3709: Typos and grammar mistakes

svn: r14841
This commit is contained in:
Benny Malengier
2010-03-15 22:11:25 +00:00
parent 86238994bb
commit 585e0fa85d
5 changed files with 6 additions and 6 deletions

View File

@@ -571,7 +571,7 @@ class PluginStatus(ManagedWindow.ManagedWindow):
callback(" " + (_("'%s' is for this version of Gramps.") % gpr_file) + "\n")
else:
# If the plugin is for another version; inform and do nothing
callback(" " + (_("'%s' is for NOT this version of Gramps.") % gpr_file) + "\n")
callback(" " + (_("'%s' is NOT for this version of Gramps.") % gpr_file) + "\n")
callback(" " + (_("It is for version %d.%d" % vtup) + "\n"))
continue
else: