summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2017-03-23 00:40:28 -0600
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2017-03-23 00:40:28 -0600
commitb66b3050c466de0382c3571909ba0450cdd3fd1d (patch)
tree4e451ca1bf0267b2665798077314fdc56924f3f9 /sc/source
parent254c13265f334be8a52627379bc393ca13fe6298 (diff)
“Hyperlink” is NOT a dated word, it’s just a precise one
We should always be clear and precise, given that LibreOffice handles various kinds of links. Nobody at L10n wanted this change, but they were ignored. This should fix tdf#103093, which was a consequence of the introduced ambiguity. This reverts commit a1297fc2df243d765ffb14f18bbdde158459b9f4. Change-Id: I29232c7a8384c3fa501c61aab26e061ebcb1a0d8
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/ui/src/globstr.src4
-rw-r--r--sc/source/ui/src/scfuncs.src2
2 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index 985354ec0f08..0a26724c0a7b 100644
--- a/sc/source/ui/src/globstr.src
+++ b/sc/source/ui/src/globstr.src
@@ -1851,11 +1851,11 @@ String STR_COPYERR+RID_GLOBSTR_OFFSET
};
String STR_CTRLCLICKHYPERLINK+RID_GLOBSTR_OFFSET
{
- Text [ en-US ] = "%s-Click to follow link:";
+ Text [ en-US ] = "%s-click to follow hyperlink:";
};
String STR_CLICKHYPERLINK+RID_GLOBSTR_OFFSET
{
- Text [ en-US ] = "click to open link:";
+ Text [ en-US ] = "click to open hyperlink:";
};
String STR_PRINT_PREVIEW_NODATA+RID_GLOBSTR_OFFSET
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 3eb299efe029..05422b62a4b9 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -4155,7 +4155,7 @@ StringArray SC_OPCODE_HYPERLINK+RID_SC_FUNC_DESCRIPTIONS_START
{
ItemList [ en-US ] =
{
- < "Link." ; >;
+ < "Hyperlink." ; >;
< "URL " ; >;
< "URL"; >;
< "CellText " ; >;