From d1041919f51c597b5c098ca716f141e494c22c49 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Thu, 20 Jan 2011 02:03:20 +0100 Subject: Improve the 'Update all links?' message, fdo#32548. Based on Kohei's version, it would need larger rework to implement Christoph's version. --- sfx2/source/appl/app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src index 0858e66e7347..9dfa4b884aaf 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 -- cgit