extensions/source/update/check/updatehdl.src |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 7092be1a6faef392db495285a051fb0c4e60b682
Author: Jan Holesovsky <[email protected]>
Date:   Wed May 30 15:12:59 2012 +0200

    update bubble: "Click here" -> "Click the icon", to clearly point to the 
icon.
    
    "Click here" is annoying because one is used to the web pages where "click
    here" usually means one should click the text "here".  The "here" here 
always
    costed me an unnecessary mouse move before I remembered I am supposed to 
click
    the icon ;-)
    
    Change-Id: Ia9f5b359cb76813abbc9847e268e4241c5f6481f

diff --git a/extensions/source/update/check/updatehdl.src 
b/extensions/source/update/check/updatehdl.src
index 6f1ae28..2036a3f 100644
--- a/extensions/source/update/check/updatehdl.src
+++ b/extensions/source/update/check/updatehdl.src
@@ -189,7 +189,7 @@ String RID_UPDATE_BUBBLE_T_UPDATE_AVAIL
 
 String RID_UPDATE_BUBBLE_UPDATE_AVAIL
 {
-    Text [ en-US ] = "Click here to start the download.";
+    Text [ en-US ] = "Click the icon to start the download.";
 };
 
 String RID_UPDATE_BUBBLE_T_UPDATE_NO_DOWN
@@ -199,7 +199,7 @@ String RID_UPDATE_BUBBLE_T_UPDATE_NO_DOWN
 
 String RID_UPDATE_BUBBLE_UPDATE_NO_DOWN
 {
-    Text [ en-US ] = "Click here for more information.";
+    Text [ en-US ] = "Click the icon for more information.";
 };
 
 String RID_UPDATE_BUBBLE_T_AUTO_START
@@ -229,7 +229,7 @@ String RID_UPDATE_BUBBLE_T_DOWNLOAD_PAUSED
 
 String RID_UPDATE_BUBBLE_DOWNLOAD_PAUSED
 {
-    Text [ en-US ] = "Click here to resume.";
+    Text [ en-US ] = "Click the icon to resume.";
 };
 
 String RID_UPDATE_BUBBLE_T_ERROR_DOWNLOADING
@@ -239,7 +239,7 @@ String RID_UPDATE_BUBBLE_T_ERROR_DOWNLOADING
 
 String RID_UPDATE_BUBBLE_ERROR_DOWNLOADING
 {
-    Text [ en-US ] = "Click here for more information.";
+    Text [ en-US ] = "Click the icon for more information.";
 };
 
 String RID_UPDATE_BUBBLE_T_DOWNLOAD_AVAIL
@@ -249,7 +249,7 @@ String RID_UPDATE_BUBBLE_T_DOWNLOAD_AVAIL
 
 String RID_UPDATE_BUBBLE_DOWNLOAD_AVAIL
 {
-    Text [ en-US ] = "Click here to start the installation.";
+    Text [ en-US ] = "Click the icon to start the installation.";
 };
 
 String RID_UPDATE_BUBBLE_T_EXT_UPD_AVAIL
@@ -259,6 +259,6 @@ String RID_UPDATE_BUBBLE_T_EXT_UPD_AVAIL
 
 String RID_UPDATE_BUBBLE_EXT_UPD_AVAIL
 {
-    Text [ en-US ] = "Click here for more information.";
+    Text [ en-US ] = "Click the icon for more information.";
 };
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to