[Libreoffice-commits] core.git: cui/source forms/source sc/source sd/source sd/uiconfig sw/source sw/uiconfig

Federico Bassini kurogan21 at gmail.com
Fri Dec 23 12:58:28 UTC 2016


 cui/source/dialogs/hyperdlg.src              |    2 +-
 forms/source/resource/xforms.src             |    2 +-
 sc/source/ui/src/globstr.src                 |    2 +-
 sc/source/ui/src/scfuncs.src                 |    2 +-
 sd/source/ui/app/strings.src                 |    2 +-
 sd/uiconfig/simpress/ui/publishingdialog.ui  |    2 +-
 sw/source/core/undo/undo.src                 |    2 +-
 sw/source/ui/index/cnttab.src                |    4 ++--
 sw/source/ui/utlui/utlui.src                 |    6 +++---
 sw/uiconfig/swriter/ui/notebookbar_groups.ui |    4 ++--
 10 files changed, 14 insertions(+), 14 deletions(-)

New commits:
commit b6aad6de12df9534e82f5a8ef8184cac77e5c6b4
Author: Federico Bassini <kurogan21 at gmail.com>
Date:   Mon Oct 17 12:17:00 2016 +0200

    tdf#101442 - "hyperlink" to "link"
    
    changing other words "hyperlink" to "link!"
    
    Change-Id: I29d97bab7844183759bc34624a14c0216258ad8b

diff --git a/cui/source/dialogs/hyperdlg.src b/cui/source/dialogs/hyperdlg.src
index 941d8b2..11fc1d8 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 2b49443..e4df19a 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 0827a6a..357c377 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 0aec064..85e98ee 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 2194407..94de063 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 849423e..28f3a5f 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 c8e0aa3..f045c85 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 82f561a..1aaff70 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 37207f4..d471dc1 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 531c492..2859fa0 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>


More information about the Libreoffice-commits mailing list