diff options
author | Federico Bassini <kurogan21@gmail.com> | 2016-10-12 10:58:46 +0200 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-10-12 09:17:36 +0000 |
commit | a4df89e0fafb3b2991a57c506f137367a117f355 (patch) | |
tree | b903e7deecdc2b806e79bdc47be9c989aa3b46e4 /cui | |
parent | 7034589b105f5530bb396db988c39b90944ffedc (diff) |
tdf#101442 "hyperlink" to "link" - other words change
Changes to be committed:
modified: cui/uiconfig/ui/securityoptionsdialog.ui
modified: sw/uiconfig/swriter/ui/tocentriespage.ui
Change-Id: Ie46281b4c15dad634bab870fbe50c749165a001d
Reviewed-on: https://gerrit.libreoffice.org/29727
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/securityoptionsdialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/securityoptionsdialog.ui b/cui/uiconfig/ui/securityoptionsdialog.ui index 1262e1047eb6..007d075bb4c2 100644 --- a/cui/uiconfig/ui/securityoptionsdialog.ui +++ b/cui/uiconfig/ui/securityoptionsdialog.ui @@ -223,8 +223,8 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> - <property name="xalign">0</property> <property name="label" translatable="yes">Warn if document contains recorded changes, versions, hidden information or notes:</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> @@ -305,7 +305,7 @@ </child> <child> <object class="GtkCheckButton" id="ctrlclick"> - <property name="label" translatable="yes">Ctrl-click required _to follow hyperlinks</property> + <property name="label" translatable="yes">Ctrl-click required _to follow links</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |