summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorFederico Bassini <kurogan21@gmail.com>2016-10-06 11:08:11 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-10-10 08:38:04 +0000
commit06dec56d96603026921311c6ddfa41ed6b5879d5 (patch)
tree1173621a0c4ee0119b15f33896a3cea78c07355a /cui
parent65f2d6b1cc40b4b90f8987e8ea14d24b5f38f950 (diff)
tdf#101442 Change "hyperlink" to "link" for a modern vocabulary
Change-Id: Ib1c067b6d45e959d6cd0fbf00cab167939554203 Reviewed-on: https://gerrit.libreoffice.org/29572 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/hyperdlg.src6
-rw-r--r--cui/uiconfig/ui/hyperlinkdialog.ui2
-rw-r--r--cui/uiconfig/ui/hyperlinkinternetpage.ui2
3 files changed, 5 insertions, 5 deletions
diff --git a/cui/source/dialogs/hyperdlg.src b/cui/source/dialogs/hyperdlg.src
index 0ebc1e0bdb11..941d8b28256a 100644
--- a/cui/source/dialogs/hyperdlg.src
+++ b/cui/source/dialogs/hyperdlg.src
@@ -49,7 +49,7 @@ String RID_SVXSTR_HYPERDLG_HLINETTP
};
String RID_SVXSTR_HYPERDLG_HLINETTP_HELP
{
- Text [ en-US ] = "This is where you create a hyperlink to a Web page or FTP server connection." ;
+ Text [ en-US ] = "This is where you create a link to a Web page or FTP server connection." ;
};
String RID_SVXSTR_HYPERDLG_HLMAILTP
@@ -58,7 +58,7 @@ String RID_SVXSTR_HYPERDLG_HLMAILTP
};
String RID_SVXSTR_HYPERDLG_HLMAILTP_HELP
{
- Text [ en-US ] = "This is where you create a hyperlink to an e-mail address." ;
+ Text [ en-US ] = "This is where you create a link to an e-mail address." ;
};
String RID_SVXSTR_HYPERDLG_HLDOCTP
@@ -67,7 +67,7 @@ String RID_SVXSTR_HYPERDLG_HLDOCTP
};
String RID_SVXSTR_HYPERDLG_HLDOCTP_HELP
{
- Text [ en-US ] = "This is where you create a hyperlink to an existing document or a target within a document." ;
+ Text [ en-US ] = "This is where you create a link to an existing document or a target within a document." ;
};
String RID_SVXSTR_HYPERDLG_HLDOCNTP
diff --git a/cui/uiconfig/ui/hyperlinkdialog.ui b/cui/uiconfig/ui/hyperlinkdialog.ui
index 4ebf47e7217d..0152824c403b 100644
--- a/cui/uiconfig/ui/hyperlinkdialog.ui
+++ b/cui/uiconfig/ui/hyperlinkdialog.ui
@@ -8,7 +8,7 @@
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Hyperlink</property>
+ <property name="title" translatable="yes">Link</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
diff --git a/cui/uiconfig/ui/hyperlinkinternetpage.ui b/cui/uiconfig/ui/hyperlinkinternetpage.ui
index 047799f89008..a185e0b02759 100644
--- a/cui/uiconfig/ui/hyperlinkinternetpage.ui
+++ b/cui/uiconfig/ui/hyperlinkinternetpage.ui
@@ -189,7 +189,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Hyperlink Type</property>
+ <property name="label" translatable="yes">Link Type</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>