~saurabhanandiit/gtg/exportFixed

« back to all changes in this revision

Viewing changes to GTG/gtk/browser/__init__.py

  • Committer: Izidor Matušov
  • Date: 2012-02-29 10:06:41 UTC
  • mfrom: (1098 gtg)
  • mto: This revision was merged to the branch mainline in revision 1103.
  • Revision ID: izidor.matusov@gmail.com-20120229100641-q1uns4yqz1fem2z4
Merged with the current trunk & solved problems with offset

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    WORKVIEW_TOGGLE_TOOLTIP = _("Display only the currently actionable tasks")
47
47
    TAG_IN_WORKVIEW_TOGG    = _("Hide this tag from the workview")
48
48
    TAG_NOTIN_WORKVIEW_TOGG = _("Show this tag in the workview")
49
 
    SAVEASVIEW              = _("Save as View...")
50
 
    QUICKADD_ENTRY_TOOLTIP  = _("you can filter, create or open your tasks here\nSearch using ! for commands, @ for tags or dates")
 
49
    QUICKADD_ENTRY_TOOLTIP  = _("You can create, open or filter your tasks here")
51
50
    QUICKADD_ICON_TOOLTIP   = _("Clear")