diff options
author | Federico Bassini <kurogan21@gmail.com> | 2016-10-06 11:08:11 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-10-10 08:38:04 +0000 |
commit | 06dec56d96603026921311c6ddfa41ed6b5879d5 (patch) | |
tree | 1173621a0c4ee0119b15f33896a3cea78c07355a /cui/source | |
parent | 65f2d6b1cc40b4b90f8987e8ea14d24b5f38f950 (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/source')
-rw-r--r-- | cui/source/dialogs/hyperdlg.src | 6 |
1 files changed, 3 insertions, 3 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 |