diff options
author | Federico Bassini <kurogan21@gmail.com> | 2016-10-17 12:17:00 +0200 |
---|---|---|
committer | jan Iversen <jani@documentfoundation.org> | 2016-12-23 13:56:56 +0100 |
commit | b6aad6de12df9534e82f5a8ef8184cac77e5c6b4 (patch) | |
tree | eb1e89a2074d1866b6118b8bc8ec35686ca97bbf /sw | |
parent | 37907576d81dae2e1d31e4391cf15f6b1ad3b0dd (diff) |
tdf#101442 - "hyperlink" to "link"
changing other words "hyperlink" to "link!"
Change-Id: I29d97bab7844183759bc34624a14c0216258ad8b
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/undo/undo.src | 2 | ||||
-rw-r--r-- | sw/source/ui/index/cnttab.src | 4 | ||||
-rw-r--r-- | sw/source/ui/utlui/utlui.src | 6 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/notebookbar_groups.ui | 4 |
4 files changed, 8 insertions, 8 deletions
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> |