~h-pawan/gtg/rtm_json_parsing_exception

« back to all changes in this revision

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

  • Committer: Nimit Shah
  • Date: 2014-02-25 18:46:37 UTC
  • mfrom: (1354.1.3 bug-fix)
  • Revision ID: nimit.svnit@gmail.com-20140225184637-0pog0y8fazqqimht
Fix for bug #1033268: Mouseover String Incorrect, by Sushant Raikar

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    MARK_DONE = _("Mark as Done")
40
40
    MARK_DONE_TOOLTIP = _("Mark the selected task as done")
41
41
    MARK_UNDONE = _("Mark as not Done")
42
 
    MARK_UNDONE_TOOLTIP = _("Mark the selected task as to be done")
 
42
    MARK_UNDONE_TOOLTIP = _("Mark the selected task as not done")
43
43
    MARK_DISMISS = _("Dismiss")
44
44
    MARK_DISMISS_TOOLTIP = _("Mark the task as not to be done anymore")
45
45
    MARK_UNDISMISS = _("Undismiss")