[PATCH] fdo#64870 Duplicate shortcut on Text Import dialogue

Joren De Cuyper (via Code Review) gerrit at gerrit.libreoffice.org
Wed May 22 08:44:31 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/4004

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/04/4004/1

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
---
M sc/uiconfig/scalc/ui/textimportcsv.ui
1 file changed, 1 insertion(+), 1 deletion(-)



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>

-- 
To view, visit https://gerrit.libreoffice.org/4004
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia25f03e437378c49e90376dff8aa0826d53265a6
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Joren De Cuyper <joren.libreoffice at telenet.be>



More information about the LibreOffice mailing list