diff options
author | Rohan Kumar <rohankanojia420@gmail.com> | 2016-02-23 22:09:38 +0530 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-02-23 16:51:39 +0000 |
commit | 10b803cf8f065f73b784304d5434b2ccd2baac46 (patch) | |
tree | 6ea193b91603dffed130ed03fe1839c9ece1ca2c | |
parent | 03a271901c39d60e4519e67e258d565ad5e1e085 (diff) |
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@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r-- | sw/source/uibase/utlui/navipi.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/utlui/navipi.src b/sw/source/uibase/utlui/navipi.src index 01cfa8b8534e..c1463cd18f8c 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 { |