[Libreoffice-commits] core.git: cui/uiconfig
Eike Rathke
erack at redhat.com
Fri Mar 1 15:43:14 PST 2013
cui/uiconfig/ui/numberingformatpage.ui | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit cd7703c226bec720cfd6664749404eb91f92a2ae
Author: Eike Rathke <erack at redhat.com>
Date: Sat Mar 2 00:37:04 2013 +0100
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
diff --git a/cui/uiconfig/ui/numberingformatpage.ui b/cui/uiconfig/ui/numberingformatpage.ui
index 2238575..078f18d 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>
More information about the Libreoffice-commits
mailing list