[Libreoffice-commits] core.git: sc/source

Adolfo Jayme Barrientos fitojb at ubuntu.com
Tue Jun 23 21:10:07 PDT 2015


 sc/source/ui/src/popup.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 89b5967658392d27fb3147e85abb2b5c1c34b101
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date:   Tue Jun 23 23:07:28 2015 -0500

    Remove another inappropriate ellipsis from a command’s name
    
    Ellipsis should be used only when further user input is
    needed to complete a task.
    
    Change-Id: I768e4b000539dfcc0f8861bc970147bc64526653

diff --git a/sc/source/ui/src/popup.src b/sc/source/ui/src/popup.src
index 972aa94..34eb348 100644
--- a/sc/source/ui/src/popup.src
+++ b/sc/source/ui/src/popup.src
@@ -235,7 +235,7 @@ Menu RID_POPUP_TAB
         MenuItem
         {
             Identifier = FID_TAB_TOGGLE_GRID ;
-            Text [ en-US ] = "Sheet ~Gridlines..." ;
+            Text [ en-US ] = "Sheet ~Gridlines" ;
         };
         MenuItem
         {


More information about the Libreoffice-commits mailing list