diff options
author | Eike Rathke <erack@redhat.com> | 2013-03-02 00:37:04 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-03-02 00:42:52 +0100 |
commit | cd7703c226bec720cfd6664749404eb91f92a2ae (patch) | |
tree | 4d7d42d5bec81bfd8e1505e10108630ffc7ece2f | |
parent | 97b3bf8b03afef45565821d5e17bffa5d8e90474 (diff) |
changed mnemonics to C_ategory and Fo_rmat
Alt+O and Alt+C were assigned twice (Ok,Cancel), Alt+C did not jump to
the category listbox no matter how often pressed, Alt+O alternated
between fOrmat and Ok.
Still, Alt+C does not trigger Cancel!?
Change-Id: I89b027fb33f39a929cc0fc3345a08c711558505e
-rw-r--r-- | cui/uiconfig/ui/numberingformatpage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/numberingformatpage.ui b/cui/uiconfig/ui/numberingformatpage.ui index 2238575d4365..078f18d27345 100644 --- a/cui/uiconfig/ui/numberingformatpage.ui +++ b/cui/uiconfig/ui/numberingformatpage.ui @@ -330,7 +330,7 @@ <object class="GtkLabel" id="categoryft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">_Category</property> + <property name="label" translatable="yes">C_ategory</property> <property name="use_underline">True</property> <property name="mnemonic_widget">categorylb</property> <attributes> @@ -403,7 +403,7 @@ <object class="GtkLabel" id="formatft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">F_ormat</property> + <property name="label" translatable="yes">Fo_rmat</property> <property name="use_underline">True</property> <property name="mnemonic_widget">formatlb</property> <attributes> |