[Libreoffice-commits] core.git: extensions/source

Stanislav Horacek stanislav.horacek at gmail.com
Sat May 21 06:52:58 UTC 2016


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

New commits:
commit fcec7522c15c9c7c70244320b8e21380498322ec
Author: Stanislav Horacek <stanislav.horacek at gmail.com>
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 <ci at libreoffice.org>
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

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


More information about the Libreoffice-commits mailing list