summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2020-10-21 13:43:28 +0200
committerSeth Chaiklin <sdc.blanco@youmail.dk>2020-10-22 08:17:22 +0200
commit211ba118b3f99e2c785309403b81319bae7b1213 (patch)
tree1d42f2e60fab88d3d1bfa7b2239ed0244a883454
parentd3158450293875051e04b0e13106ad4c112c8ba6 (diff)
tdf#135668 - remove quotes around keyname in tooltip
for "Go To Page" control in Navigator panel Change-Id: Ife0da2b715d02967fc7d1e36ef8ca46f9439e547 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104594 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
-rw-r--r--sw/uiconfig/swriter/ui/navigatorpanel.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/navigatorpanel.ui b/sw/uiconfig/swriter/ui/navigatorpanel.ui
index b1e5753c7bc4..87ab616bd6f9 100644
--- a/sw/uiconfig/swriter/ui/navigatorpanel.ui
+++ b/sw/uiconfig/swriter/ui/navigatorpanel.ui
@@ -336,7 +336,7 @@
<property name="tooltip_text" translatable="yes" context="navigatorpanel|spinbutton|tooltip_text">Go to Page</property>
<child internal-child="accessible">
<object class="AtkObject" id="spinbutton-atkobject">
- <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|spinbutton">Enter page number and press "Enter". Use arrows to move to next page forward or backward.</property>
+ <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|spinbutton">Enter page number and press Enter. Use arrows to move to next page forward or backward.</property>
</object>
</child>
</object>