extensions/source/update/check/updatehdl.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fcec7522c15c9c7c70244320b8e21380498322ec
Author: Stanislav Horacek <[email protected]>
Date:   Fri May 20 17:56:15 2016 +0200

    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 <[email protected]>
    Reviewed-by: Adolfo Jayme Barrientos <[email protected]>

diff --git a/extensions/source/update/check/updatehdl.src 
b/extensions/source/update/check/updatehdl.src
index 1e845be..086f4bb 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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to