diff options
author | Rachit Gupta <rachitgupta1792@gmail.com> | 2014-02-21 23:05:33 +0530 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-23 03:43:16 +0000 |
commit | e274337e6d05bc2891b349e7eab7847e91302597 (patch) | |
tree | 9c884ee5a820a2458b50e97a91a78fd7dfa210c0 | |
parent | 0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf (diff) |
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@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | sfx2/source/dialog/dialog.src | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |