diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-01-20 02:03:20 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-01-20 02:03:20 +0100 |
commit | d1041919f51c597b5c098ca716f141e494c22c49 (patch) | |
tree | 24f399578e42410d3dc29c3aa8692bf027d2d1b7 | |
parent | e4058cfbc859a719c505aca7d9dd91a03c058885 (diff) |
Improve the 'Update all links?' message, fdo#32548.
Based on Kohei's version, it would need larger rework to implement Christoph's
version.
-rw-r--r-- | sfx2/source/appl/app.src | 2 |
1 files changed, 1 insertions, 1 deletions
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 |