summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2020-11-05 01:55:42 +0200
committerJim Raykowski <raykowj@gmail.com>2020-11-06 08:46:32 +0100
commit538a3463f424adae8b48db50ca11f27704fe0be2 (patch)
treeccb893fdbc11bf70845b86dcedba546b5d9e6e90 /sw/source
parent1ed0dae603fbc3a4a40f443e9958d8c600ba084f (diff)
Adjust tooltip for Outline Content Visibility
Make tooltips identical for "Ctrl over heading" or "mouse over left margin arrow", because identical functionality and action. typo repair: STR_ClICK_OUTLINE_CONTENT_TOGGLE_VISIBILITY --> STR_CLICK_OUTLINE_CONTENT_TOGGLE_VISIBILITY Change-Id: Ica6508140fe91423f25368aaca6302008756f905 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105224 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/uibase/docvw/edtwin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx
index f28f7088d798..50e0694471ca 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -577,7 +577,7 @@ void SwEditWin::UpdatePointer(const Point &rLPt, sal_uInt16 nModifier )
SwOutlineNodes::size_type nOutlineNodesCount
= rSh.getIDocumentOutlineNodesAccess()->getOutlineNodesCount();
int nLevel = rSh.getIDocumentOutlineNodesAccess()->getOutlineLevel(nPos);
- OUString sQuickHelp(SwResId(STR_ClICK_OUTLINE_CONTENT_TOGGLE_VISIBILITY));
+ OUString sQuickHelp(SwResId(STR_CLICK_OUTLINE_CONTENT_TOGGLE_VISIBILITY));
if (nPos + 1 < nOutlineNodesCount
&& rSh.getIDocumentOutlineNodesAccess()->getOutlineLevel(nPos + 1) > nLevel)
sQuickHelp += " (" + SwResId(STR_CLICK_OUTLINE_CONTENT_TOGGLE_VISIBILITY_EXT) + ")";