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

Adolfo Jayme Barrientos fitojb at ubuntu.com
Fri Jan 22 21:50:27 PST 2016


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

New commits:
commit ded9e554d470b5a2c7238f5b61effada08ecef39
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date:   Fri Jan 22 23:48:53 2016 -0600

    tdf#97221 Improve this error message a bit…
    
    … so that users know the error lies outside their control.
    
    Change-Id: I48acc157332b727de0ab83b1a4679a27dccb4038

diff --git a/extensions/source/update/check/updatehdl.src b/extensions/source/update/check/updatehdl.src
index 086f4bb..1e845be 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


More information about the Libreoffice-commits mailing list