[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - sc/uiconfig
Joren De Cuyper
joren.libreoffice at telenet.be
Wed May 22 14:02:08 PDT 2013
sc/uiconfig/scalc/ui/textimportcsv.ui | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 90212f0a0cd42bb1895843ec6d66677f16bbb151
Author: Joren De Cuyper <joren.libreoffice at telenet.be>
Date: Wed May 22 17:43:07 2013 +0200
fdo#64870 Duplicate shortcut on Text Import dialogue
Accelerator 'o' is used for Open as well as Other,
'r' isn't used as accelerator in that dialog.
Change-Id: Ia25f03e437378c49e90376dff8aa0826d53265a6
Reviewed-on: https://gerrit.libreoffice.org/4005
Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
Tested-by: Fridrich Strba <fridrich at documentfoundation.org>
diff --git a/sc/uiconfig/scalc/ui/textimportcsv.ui b/sc/uiconfig/scalc/ui/textimportcsv.ui
index afe12d5..92012ad 100644
--- a/sc/uiconfig/scalc/ui/textimportcsv.ui
+++ b/sc/uiconfig/scalc/ui/textimportcsv.ui
@@ -390,7 +390,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkCheckButton" id="other">
- <property name="label" translatable="yes">_Other</property>
+ <property name="label" translatable="yes">Othe_r</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
More information about the Libreoffice-commits
mailing list