diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-08-22 10:55:16 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-08-22 10:55:16 +0800 |
| commit | 3d68f2129245cb03b485836ad94c30c5ba5afb2b (patch) | |
| tree | c97069c11560e4bb3ff59e41cca3f49f88a07a27 /setup | |
| parent | 9554d5fe1775c74b13c2027557795e7723593778 (diff) | |
| download | ibus-3d68f2129245cb03b485836ad94c30c5ba5afb2b.tar.gz ibus-3d68f2129245cb03b485836ad94c30c5ba5afb2b.tar.xz ibus-3d68f2129245cb03b485836ad94c30c5ba5afb2b.zip | |
Update translation.
Diffstat (limited to 'setup')
| -rw-r--r-- | setup/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/main.py b/setup/main.py index 56c394c..e9cf7c4 100644 --- a/setup/main.py +++ b/setup/main.py @@ -193,7 +193,7 @@ class Setup(object): def __shortcut_button_clicked_cb(self, button, name, entry): buttons = (gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL, gtk.STOCK_OK, gtk.RESPONSE_OK) - title = _("Select keyboart shortcut for %s") % _(name) + title = _("Select keyboard shortcut for %s") % _(name) dialog = keyboardshortcut.KeyboardShortcutSelectionDialog(buttons = buttons, title = title) text = entry.get_text() if text: |
