From e274337e6d05bc2891b349e7eab7847e91302597 Mon Sep 17 00:00:00 2001 From: Rachit Gupta Date: Fri, 21 Feb 2014 23:05:33 +0530 Subject: fdo#74913 The delete style confirmation dialog asks the question now. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9d2ed3b233f83d05314c2ad1453be487b25d6be8 Reviewed-on: https://gerrit.libreoffice.org/8163 Reviewed-by: Joren De Cuyper Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sfx2/source/dialog/dialog.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2') diff --git a/sfx2/source/dialog/dialog.src b/sfx2/source/dialog/dialog.src index b1fffdb64541..08371c480d46 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 { -- cgit