[Libreoffice-commits] .: sfx2/source

Jan Holesovsky kendy at kemper.freedesktop.org
Wed Jan 19 17:07:18 PST 2011


 sfx2/source/appl/app.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4aa145a9fed5f1b1aec6ef3dfe64c67300c74a19
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Thu Jan 20 02:03:20 2011 +0100

    Improve the 'Update all links?' message, fdo#32548.
    
    Based on Kohei's version, it would need larger rework to implement Christoph's
    version.

diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src
index e1c43c0..21a39fa 100644
--- a/sfx2/source/appl/app.src
+++ b/sfx2/source/appl/app.src
@@ -962,7 +962,7 @@ String STR_QUICKSTART_RECENTDOC
 
 String STR_QUERY_UPDATE_LINKS
 {
-    Text [ en-US ] = "Update all links?" ;
+    Text [ en-US ] = "This document contains one or more links to external data.\n\nWould you like to change the document, and update all links\nto get the most recent data?" ;
 };
 
 String STR_DDE_ERROR


More information about the Libreoffice-commits mailing list