Change English spellings to American spellings
svn: r19487
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
# $Id$
|
||||
|
||||
"""Tools/Database Processing/Rebuild Secondary Indices"""
|
||||
"""Tools/Database Processing/Rebuild Secondary Indexes"""
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
@@ -74,7 +74,7 @@ class Rebuild(tool.Tool, UpdateCallback):
|
||||
self.callback = uistate.pulse_progressbar
|
||||
uistate.set_busy_cursor(1)
|
||||
uistate.progress.show()
|
||||
uistate.push_message(dbstate, _("Rebuilding secondary indices..."))
|
||||
uistate.push_message(dbstate, _("Rebuilding secondary indexes..."))
|
||||
|
||||
UpdateCallback.__init__(self, self.callback)
|
||||
self.set_total(11)
|
||||
@@ -83,13 +83,13 @@ class Rebuild(tool.Tool, UpdateCallback):
|
||||
|
||||
uistate.set_busy_cursor(0)
|
||||
uistate.progress.hide()
|
||||
OkDialog(_("Secondary indices rebuilt"),
|
||||
_('All secondary indices have been rebuilt.'),
|
||||
OkDialog(_("Secondary indexes rebuilt"),
|
||||
_('All secondary indexes have been rebuilt.'),
|
||||
parent=uistate.window)
|
||||
else:
|
||||
print "Rebuilding Secondary Indices..."
|
||||
print "Rebuilding Secondary Indexes..."
|
||||
self.db.rebuild_secondary(self.update_empty)
|
||||
print "All secondary indices have been rebuilt."
|
||||
print "All secondary indexes have been rebuilt."
|
||||
|
||||
self.db.enable_signals()
|
||||
|
||||
|
||||
@@ -349,8 +349,8 @@ tool_modes = [TOOL_MODE_GUI]
|
||||
|
||||
register(TOOL,
|
||||
id = 'rebuild',
|
||||
name = _("Rebuild Secondary Indices"),
|
||||
description = _("Rebuilds secondary indices"),
|
||||
name = _("Rebuild Secondary Indexes"),
|
||||
description = _("Rebuilds secondary indexes"),
|
||||
version = '1.0',
|
||||
gramps_target_version = '3.5',
|
||||
status = STABLE,
|
||||
|
||||
Reference in New Issue
Block a user