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

New commits:
commit 89b5967658392d27fb3147e85abb2b5c1c34b101
Author: Adolfo Jayme Barrientos <fit...@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
         {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to