summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-07-17 14:20:33 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-07-18 08:34:15 +0200
commit2672b4a94cc3416bc7df1520d4a3f318ef6395d4 (patch)
treed08e4c39832b007dcc3ed7372252db59bb900373 /cui
parentba443157b125f1550032ffbb5a57aed835f3e334 (diff)
Unify wording: "Open hyperlink" instead of "Follow hyperlink"
Change-Id: If4ffb81537b0f8101af14c45c13bb8d0ea8454d2 Reviewed-on: https://gerrit.libreoffice.org/75781 Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'cui')
-rw-r--r--cui/inc/tipoftheday.hrc2
-rw-r--r--cui/uiconfig/ui/securityoptionsdialog.ui2
2 files changed, 2 insertions, 2 deletions
diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index 39d4161821b4..a8ec4ff5929c 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -242,7 +242,7 @@ const std::tuple<const char*, OUString, OUString> TIPOFTHEDAY_STRINGARRAY[] =
{ NC_("RID_CUI_TIPOFTHEDAY", "You can toggle between the field names and the actual value with View > Fields Names (or Ctrl + F9)."), "", "tipoftheday_w.png"},
{ NC_("RID_CUI_TIPOFTHEDAY", "Creating a Style based on another, you can enter a percentage value or a point value (e.g. 110% or -2pt or +5pt)."), "", "tipoftheday_w.png"},
{ NC_("RID_CUI_TIPOFTHEDAY", "Want to return to default after applying a list style? Click Bullets or Numbering On/Off tool on the Formatting toolbar."), "", "tipoftheday_w.png"},
- { NC_("RID_CUI_TIPOFTHEDAY", "Configure use of the Ctrl key to follow hyperlinks? Tools > Options > %PRODUCTNAME > Security > Options > ‘Ctrl+click required to follow hyperlinks’."), "", ""},
+ { NC_("RID_CUI_TIPOFTHEDAY", "Configure use of the Ctrl key to open hyperlinks? Tools > Options > %PRODUCTNAME > Security > Options > ‘Ctrl+click required to open hyperlinks’."), "", ""},
{ NC_("RID_CUI_TIPOFTHEDAY", "Annoyed from the marching ants around cells in Calc. Press escape to stop them; the copied content will remain available for pasting."), "", "tipoftheday_c.png"},
{ NC_("RID_CUI_TIPOFTHEDAY", "To quickly insert or delete rows, select the desired number of rows (or columns) and press Ctrl+ to add or Ctrl- to delete."), "", "tipoftheday_c.png"},
{ NC_("RID_CUI_TIPOFTHEDAY", "To select a contiguous range of cells containing data and bounded by empty row and columns use Ctrl+* (numeric key pad)."), "", "tipoftheday_c.png"},
diff --git a/cui/uiconfig/ui/securityoptionsdialog.ui b/cui/uiconfig/ui/securityoptionsdialog.ui
index 7af4a703c985..62cbd78232b1 100644
--- a/cui/uiconfig/ui/securityoptionsdialog.ui
+++ b/cui/uiconfig/ui/securityoptionsdialog.ui
@@ -308,7 +308,7 @@
</child>
<child>
<object class="GtkCheckButton" id="ctrlclick">
- <property name="label" translatable="yes" context="securityoptionsdialog|ctrlclick">Ctrl-click required _to follow hyperlinks</property>
+ <property name="label" translatable="yes" context="securityoptionsdialog|ctrlclick">Ctrl-click required _to open hyperlinks</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>