[PATCH] Change in core[libreoffice-4-0]: fdo#58671: Remove accelerators from Undo action texts

Korrawit Pruegsanusak (via Code Review) gerrit at gerrit.libreoffice.org
Tue Jan 8 03:40:04 PST 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/1596

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/96/1596/1

fdo#58671: Remove accelerators from Undo action texts

These three texts appear in Undo dropdown list, so they don't need accelerators

(cherry picked from commit 93a9e52dccf15b53fc1935145df24306e3a4fc3e)

Change-Id: Icec8e199c7cc3990b6316937e49aacb7eb1015fb
---
M editeng/source/editeng/editeng.src
M sc/source/ui/src/globstr.src
M sw/source/core/undo/undo.src
3 files changed, 3 insertions(+), 3 deletions(-)



diff --git a/editeng/source/editeng/editeng.src b/editeng/source/editeng/editeng.src
index 2bea4aa..66f6eb4 100644
--- a/editeng/source/editeng/editeng.src
+++ b/editeng/source/editeng/editeng.src
@@ -61,7 +61,7 @@
 
 String RID_EDITUNDO_TRANSLITERATE
 {
-    Text [ en-US ] = "~Change Case";
+    Text [ en-US ] = "Change Case";
 };
 
 
diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index 79ad06e..a5ac8b2 100644
--- a/sc/source/ui/src/globstr.src
+++ b/sc/source/ui/src/globstr.src
@@ -354,7 +354,7 @@
     };
     String STR_UNDO_TRANSLITERATE
     {
-        Text [ en-US ] = "~Change Case";
+        Text [ en-US ] = "Change Case";
     };
     String STR_DBNAME_IMPORT
     {
diff --git a/sw/source/core/undo/undo.src b/sw/source/core/undo/undo.src
index aebd3b8..d5c1ac4 100644
--- a/sw/source/core/undo/undo.src
+++ b/sw/source/core/undo/undo.src
@@ -267,7 +267,7 @@
 
 String STR_TRANSLITERATE
 {
-    Text [ en-US ] = "~Change Case";
+    Text [ en-US ] = "Change Case";
 };
 
 String STR_DELNUM

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icec8e199c7cc3990b6316937e49aacb7eb1015fb
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Korrawit Pruegsanusak <detective.conan.1412 at gmail.com>



More information about the LibreOffice mailing list