diff options
author | Andras Timar <atimar@novell.com> | 2011-04-27 17:07:04 +0200 |
---|---|---|
committer | Andras Timar <atimar@novell.com> | 2011-04-27 17:09:16 +0200 |
commit | 8a9f54bc1283b7137a90506e29dba7962dd73f83 (patch) | |
tree | 38e823a20d0109fe5552b2f65a94f10618d2e8b4 /extensions | |
parent | 1a604abc5a4f841de3384d88749ef1532b172902 (diff) |
remove double space from en-US messages
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/update/check/updatehdl.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/update/check/updatehdl.src b/extensions/source/update/check/updatehdl.src index 58f88b7e4852..6f1ae28a7384 100644 --- a/extensions/source/update/check/updatehdl.src +++ b/extensions/source/update/check/updatehdl.src @@ -44,7 +44,7 @@ String RID_UPDATE_STR_NO_UPD_FOUND String RID_UPDATE_STR_UPD_FOUND { - Text [ en-US ] = "%PRODUCTNAME %NEXTVERSION is available.\n\nThe installed version is %PRODUCTNAME %PRODUCTVERSION.\n\nNote: Before downloading an update, please ensure that you have sufficient access rights to install it.\nA password, usually the administrator's or root password, may be required."; + Text [ en-US ] = "%PRODUCTNAME %NEXTVERSION is available.\n\nThe installed version is %PRODUCTNAME %PRODUCTVERSION.\n\nNote: Before downloading an update, please ensure that you have sufficient access rights to install it.\nA password, usually the administrator's or root password, may be required."; }; String RID_UPDATE_STR_DLG_TITLE |