diff options
author | Jan Holesovsky <kendy@suse.cz> | 2012-05-30 15:12:59 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-05-30 15:17:10 +0200 |
commit | 7092be1a6faef392db495285a051fb0c4e60b682 (patch) | |
tree | a21f8655855013fd665ed815c3ec05c8fed980bf /extensions/source | |
parent | 764fc4857edd1b78d504310554cf8dcc73bbca23 (diff) |
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
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/update/check/updatehdl.src | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extensions/source/update/check/updatehdl.src b/extensions/source/update/check/updatehdl.src index 6f1ae28a7384..2036a3f0534e 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."; }; |