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

Adolfo Jayme Barrientos fitojb at ubuntu.com
Sun Oct 5 08:53:35 PDT 2014


 svx/source/tbxctrls/tbcontrl.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b41684875e18df1f5b169102f7c90d0ae9356a1f
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date:   Sat Oct 4 13:54:14 2014 -0500

    Related: fdo#62081 Add missing ellipsis to Edit Style command
    
    An ellipsis should be present in every menu item that requires
    further user input to accomplish the action it leads to.
    
    Change-Id: Iee1ef65a7c51b68ef47a0a5ffe6f1af5354d14aa
    Reviewed-on: https://gerrit.libreoffice.org/11805
    Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
    Tested-by: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>

diff --git a/svx/source/tbxctrls/tbcontrl.src b/svx/source/tbxctrls/tbcontrl.src
index df42dca..e52611d 100644
--- a/svx/source/tbxctrls/tbcontrl.src
+++ b/svx/source/tbxctrls/tbcontrl.src
@@ -100,7 +100,7 @@ Menu RID_SVX_STYLE_MENU
         MenuItem
         {
             Identifier = RID_SVX_MODIFY_STYLE ;
-            Text [ en-US ] = "Edit Style" ;
+            Text [ en-US ] = "Edit Style..." ;
         };
     };
 };


More information about the Libreoffice-commits mailing list