2008-01-28 Duncan Lithgow <dlithgow@gmail.com>

* various: add capitalization fixes according to HIG (plus ellipsis ...)
	http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en

svn: r9951
This commit is contained in:
Raphael Ackermann
2008-01-28 21:22:06 +00:00
parent 9a9b0f0f2c
commit ebf12e3106
60 changed files with 126 additions and 119 deletions

View File

@ -104,7 +104,7 @@ class PatchNames(Tool.BatchTool, ManagedWindow.ManagedWindow):
self.prefix2_list = []
self.progress = Utils.ProgressMeter(
_('Extracting information from names'),'')
_('Extracting Information from Names'),'')
self.progress.set_pass(_('Analyzing names'),
self.db.get_number_of_people())
@ -356,7 +356,7 @@ register_tool(
tool_class = PatchNames,
options_class = PatchNamesOptions,
modes = Tool.MODE_GUI,
translated_name = _("Extract information from names"),
translated_name = _("Extract Information from Names..."),
status=(_("Stable")),
author_name = "Donald N. Allingham",
author_email = "don@gramps-project.org",