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

Rachit Gupta rachitgupta1792 at gmail.com
Sat Feb 22 19:43:39 PST 2014


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

New commits:
commit e274337e6d05bc2891b349e7eab7847e91302597
Author: Rachit Gupta <rachitgupta1792 at gmail.com>
Date:   Fri Feb 21 23:05:33 2014 +0530

    fdo#74913 The delete style confirmation dialog asks the question now.
    
    Change-Id: I9d2ed3b233f83d05314c2ad1453be487b25d6be8
    Reviewed-on: https://gerrit.libreoffice.org/8163
    Reviewed-by: Joren De Cuyper <jorendc at libreoffice.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sfx2/source/dialog/dialog.src b/sfx2/source/dialog/dialog.src
index b1fffdb..08371c4 100644
--- a/sfx2/source/dialog/dialog.src
+++ b/sfx2/source/dialog/dialog.src
@@ -54,7 +54,7 @@ InfoBox MSG_POOL_STYLE_NAME
 };
 String STR_DELETE_STYLE_USED
 {
-    Text [ en-US ] = "One or more of the selected styles is in use in this document.\nIf you delete these styles, text will revert to the parent style.\n" ;
+    Text [ en-US ] = "One or more of the selected styles is in use in this document.\nIf you delete these styles, text will revert to the parent style.\nDo you still wish to delete these styles?\n" ;
 };
 String STR_DELETE_STYLE
 {


More information about the Libreoffice-commits mailing list