diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2016-05-20 17:56:15 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-05-21 06:52:36 +0000 |
commit | fcec7522c15c9c7c70244320b8e21380498322ec (patch) | |
tree | a6a90539dbd974dcaba0f8aaa47d5e78beeb4391 | |
parent | f56fb307d59897a33aa425bde06fab22ab3f8d0e (diff) |
tdf#97221 restore original message for failed check of update
the message is not specific for server errors
Change-Id: If282acfaefa4fc5843757dff730dd84ece528210
Reviewed-on: https://gerrit.libreoffice.org/25217
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-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 1e845be6ce43..086f4bb7a3b2 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 due to a server error."; + Text [ en-US ] = "Checking for an update failed."; }; String RID_UPDATE_STR_NO_UPD_FOUND |