~thegreatdane/agenda-tasks/agenda-tasks

« back to all changes in this revision

Viewing changes to src/AgendaWindow.vala

  • Committer: Dane Henson
  • Date: 2012-08-31 20:56:24 UTC
  • Revision ID: dane.henson@gmail.com-20120831205624-g1hwd3frdnv6gx2j
Added the welcome screen to translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
            /*
64
64
             *  Initialize the GUI components
65
65
             */
66
 
            agenda_welcome = new Welcome ("No Tasks!", "(way to go)");
 
66
            agenda_welcome = new Welcome (N_("No Tasks!"), N_("(way to go)"));
67
67
            task_list = new ListStore (Columns.N_COLUMNS, typeof(bool), typeof(string), typeof(bool), typeof(string));
68
68
            scrolled_window = new ScrolledWindow (null, null);
69
69
            task_entry = new HintedEntry (HINT_STRING);