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

Rohan Kumar rohankanojia420 at gmail.com
Tue Feb 23 16:52:07 UTC 2016


 sw/source/uibase/utlui/navipi.src |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 10b803cf8f065f73b784304d5434b2ccd2baac46
Author: Rohan Kumar <rohankanojia420 at gmail.com>
Date:   Tue Feb 23 22:09:38 2016 +0530

    tdf#43514 Navigation tree: improve button name
    
    I renamed the button "Content View" to "Content Navigation View"
    as proposed by Jay Philips in order to clear the confusion of
    an already implemented feature.
    
    Change-Id: I4784499f306de9d8859258ba741c23ac57ddb349
    Reviewed-on: https://gerrit.libreoffice.org/22614
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/sw/source/uibase/utlui/navipi.src b/sw/source/uibase/utlui/navipi.src
index 01cfa8b..c1463cd 100644
--- a/sw/source/uibase/utlui/navipi.src
+++ b/sw/source/uibase/utlui/navipi.src
@@ -140,7 +140,7 @@ Window DLG_NAVIGATION_PI
             {
                 Identifier = FN_SHOW_ROOT ;
                 HelpID = HID_NAVI_TBX8 ;
-                Text [ en-US ] = "Content View" ;
+                Text [ en-US ] = "Content Navigation View" ;
             };
             ToolBoxItem
             {
@@ -343,7 +343,7 @@ String STR_ACCESS_TL_GLOBAL
 };
 String STR_ACCESS_TL_CONTENT
 {
-    Text [ en-US ] = "Content View";
+    Text [ en-US ] = "Content Navigation View";
 };
 String STR_OUTLINE_LEVEL
 {


More information about the Libreoffice-commits mailing list