summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Bassini <kurogan21@gmail.com>2016-10-17 12:17:00 +0200
committerjan Iversen <jani@documentfoundation.org>2016-12-23 13:56:56 +0100
commitb6aad6de12df9534e82f5a8ef8184cac77e5c6b4 (patch)
treeeb1e89a2074d1866b6118b8bc8ec35686ca97bbf
parent37907576d81dae2e1d31e4391cf15f6b1ad3b0dd (diff)
tdf#101442 - "hyperlink" to "link"
changing other words "hyperlink" to "link!" Change-Id: I29d97bab7844183759bc34624a14c0216258ad8b
-rw-r--r--cui/source/dialogs/hyperdlg.src2
-rw-r--r--forms/source/resource/xforms.src2
-rw-r--r--sc/source/ui/src/globstr.src2
-rw-r--r--sc/source/ui/src/scfuncs.src2
-rw-r--r--sd/source/ui/app/strings.src2
-rw-r--r--sd/uiconfig/simpress/ui/publishingdialog.ui2
-rw-r--r--sw/source/core/undo/undo.src2
-rw-r--r--sw/source/ui/index/cnttab.src4
-rw-r--r--sw/source/ui/utlui/utlui.src6
-rw-r--r--sw/uiconfig/swriter/ui/notebookbar_groups.ui4
10 files changed, 14 insertions, 14 deletions
diff --git a/cui/source/dialogs/hyperdlg.src b/cui/source/dialogs/hyperdlg.src
index 941d8b28256a..11fc1d8d3938 100644
--- a/cui/source/dialogs/hyperdlg.src
+++ b/cui/source/dialogs/hyperdlg.src
@@ -31,7 +31,7 @@ String RID_SVXSTR_HYPDLG_MACROACT1
};
String RID_SVXSTR_HYPDLG_MACROACT2
{
- Text [ en-US ] = "Trigger hyperlink" ;
+ Text [ en-US ] = "Trigger link" ;
};
String RID_SVXSTR_HYPDLG_MACROACT3
{
diff --git a/forms/source/resource/xforms.src b/forms/source/resource/xforms.src
index 2b4944340a19..e4df19abfda5 100644
--- a/forms/source/resource/xforms.src
+++ b/forms/source/resource/xforms.src
@@ -106,7 +106,7 @@ String RID_STR_DATATYPE_STRING
String RID_STR_DATATYPE_URL
{
- Text [ en-US ] = "Hyperlink";
+ Text [ en-US ] = "Link";
};
String RID_STR_DATATYPE_BOOLEAN
diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index 0827a6aee03c..357c377775af 100644
--- a/sc/source/ui/src/globstr.src
+++ b/sc/source/ui/src/globstr.src
@@ -2031,7 +2031,7 @@ Resource RID_GLOBSTR
};
String STR_CLICKHYPERLINK
{
- Text [ en-US ] = "click to open hyperlink:";
+ Text [ en-US ] = "click to open link:";
};
String STR_PRINT_PREVIEW_NODATA
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 0aec0643d7b8..85e98ee35e56 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -11268,7 +11268,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
{
String 1 // Description
{
- Text [ en-US ] = "Hyperlink." ;
+ Text [ en-US ] = "Link." ;
};
ExtraData =
{
diff --git a/sd/source/ui/app/strings.src b/sd/source/ui/app/strings.src
index 2194407c29a1..94de06387867 100644
--- a/sd/source/ui/app/strings.src
+++ b/sd/source/ui/app/strings.src
@@ -843,7 +843,7 @@ String STR_HTMLATTR_TEXT
String STR_HTMLATTR_LINK
{
- Text [ en-US ] = "Hyperlink";
+ Text [ en-US ] = "Link";
};
String STR_HTMLATTR_VLINK
diff --git a/sd/uiconfig/simpress/ui/publishingdialog.ui b/sd/uiconfig/simpress/ui/publishingdialog.ui
index 849423e03580..28f3a5fa9b7d 100644
--- a/sd/uiconfig/simpress/ui/publishingdialog.ui
+++ b/sd/uiconfig/simpress/ui/publishingdialog.ui
@@ -1478,7 +1478,7 @@
</child>
<child>
<object class="GtkButton" id="linkButton">
- <property name="label" translatable="yes">Hyper_link</property>
+ <property name="label" translatable="yes">_Link</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
diff --git a/sw/source/core/undo/undo.src b/sw/source/core/undo/undo.src
index c8e0aa3598b9..f045c85b39ff 100644
--- a/sw/source/core/undo/undo.src
+++ b/sw/source/core/undo/undo.src
@@ -404,7 +404,7 @@ String STR_INSERT_URLBTN
};
String STR_INSERT_URLTXT
{
- Text [ en-US ] = "Insert Hyperlink";
+ Text [ en-US ] = "Insert Link";
};
String STR_DELETE_INVISIBLECNTNT
{
diff --git a/sw/source/ui/index/cnttab.src b/sw/source/ui/index/cnttab.src
index 82f561abb841..1aaff7048ef4 100644
--- a/sw/source/ui/index/cnttab.src
+++ b/sw/source/ui/index/cnttab.src
@@ -122,11 +122,11 @@ String STR_TOKEN_HELP_CHAPTER_INFO
};
String STR_TOKEN_HELP_LINK_START
{
- Text [ en-US ] = "Hyperlink start";
+ Text [ en-US ] = "Link start";
};
String STR_TOKEN_HELP_LINK_END
{
- Text [ en-US ] = "Hyperlink end";
+ Text [ en-US ] = "Link end";
};
String STR_TOKEN_HELP_AUTHORITY
{
diff --git a/sw/source/ui/utlui/utlui.src b/sw/source/ui/utlui/utlui.src
index 37207f4b775a..d471dc1fbeee 100644
--- a/sw/source/ui/utlui/utlui.src
+++ b/sw/source/ui/utlui/utlui.src
@@ -137,7 +137,7 @@ String STR_EVENT_MOUSEOVER_OBJECT
};
String STR_EVENT_MOUSECLICK_OBJECT
{
- Text [ en-US ] = "Trigger hyperlink" ;
+ Text [ en-US ] = "Trigger Link" ;
};
String STR_EVENT_MOUSEOUT_OBJECT
{
@@ -201,7 +201,7 @@ String STR_CONTENT_TYPE_REGION
};
String STR_CONTENT_TYPE_URLFIELD
{
- Text [ en-US ] = "Hyperlinks" ;
+ Text [ en-US ] = "Links" ;
};
String STR_CONTENT_TYPE_REFERENCE
{
@@ -281,7 +281,7 @@ String STR_CONTENT_TYPE_SINGLE_REGION
};
String STR_CONTENT_TYPE_SINGLE_URLFIELD
{
- Text [ en-US ] = "Hyperlink" ;
+ Text [ en-US ] = "Link" ;
};
String STR_CONTENT_TYPE_SINGLE_REFERENCE
{
diff --git a/sw/uiconfig/swriter/ui/notebookbar_groups.ui b/sw/uiconfig/swriter/ui/notebookbar_groups.ui
index 531c492abbf2..2859fa0e1b4f 100644
--- a/sw/uiconfig/swriter/ui/notebookbar_groups.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar_groups.ui
@@ -183,7 +183,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:HyperlinkDialog</property>
- <property name="label" translatable="yes">Hyperlink</property>
+ <property name="label" translatable="yes">Link</property>
</object>
</child>
<child>
@@ -1546,7 +1546,7 @@
<property name="orientation">vertical</property>
<child>
<object class="GtkButton" id="linksb:linksmenu">
- <property name="label" translatable="yes">Links</property>
+ <property name="label" translatable="yes">References</property>
<property name="height_request">26</property>
<property name="visible">True</property>
<property name="can_focus">True</property>