[kupfer] Tweak the column headers in keyboard shortcut tab
- From: Ulrik Sverdrup <usverdrup src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [kupfer] Tweak the column headers in keyboard shortcut tab
- Date: Mon, 29 Mar 2010 05:04:45 +0000 (UTC)
commit 9c214ae149c57fe729670daa68d59324a1f081e7
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date: Mon Mar 29 06:56:40 2010 +0200
Tweak the column headers in keyboard shortcut tab
kupfer/ui/preferences.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kupfer/ui/preferences.py b/kupfer/ui/preferences.py
index 6de7714..62b329e 100644
--- a/kupfer/ui/preferences.py
+++ b/kupfer/ui/preferences.py
@@ -732,8 +732,8 @@ class PreferencesWindowController (pretty.OutputMixin):
return result
-_conf_keys_list_columns = [{"key": "name", "type":str, 'header': _('Name')},
- {"key": "key", "type": str, 'header': _('Key') },
+_conf_keys_list_columns = [{"key": "name", "type":str, 'header': _('Command')},
+ {"key": "key", "type": str, 'header': _('Shortcut') },
{"key": "keybinding_id", "type": str, 'header': None}]
_conf_keys_list_column_types = [c["type"] for c in _conf_keys_list_columns]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]