diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-01-22 23:48:53 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-01-22 23:48:53 -0600 |
commit | ded9e554d470b5a2c7238f5b61effada08ecef39 (patch) | |
tree | 433c77291f6874e8f20b6e84adb218ebcf720d53 /extensions | |
parent | c99502a1c00ccec1b061dee10fe6a69715e14b8b (diff) |
tdf#97221 Improve this error message a bit…
… so that users know the error lies outside their control.
Change-Id: I48acc157332b727de0ab83b1a4679a27dccb4038
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 086f4bb7a3b2..1e845be6ce43 100644 --- a/extensions/source/update/check/updatehdl.src +++ b/extensions/source/update/check/updatehdl.src @@ -26,7 +26,7 @@ String RID_UPDATE_STR_CHECKING String RID_UPDATE_STR_CHECKING_ERR { - Text [ en-US ] = "Checking for an update failed."; + Text [ en-US ] = "Checking for an update failed due to a server error."; }; String RID_UPDATE_STR_NO_UPD_FOUND |