[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - include/sfx2

Roman Kuznetsov (via logerrit) logerrit at kemper.freedesktop.org
Wed Dec 11 08:59:19 UTC 2019


 include/sfx2/strings.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c5ba4b47726e2436ab29b7d0039bd75a29b3f532
Author:     Roman Kuznetsov <antilibreoffice at gmail.com>
AuthorDate: Thu Dec 5 08:30:45 2019 +0200
Commit:     Xisco Faulí <xiscofauli at libreoffice.org>
CommitDate: Wed Dec 11 09:58:33 2019 +0100

    tdf#128785 Make an attention message more general
    
    Reviewed-on: https://gerrit.libreoffice.org/84501
    Tested-by: Jenkins
    Reviewed-by: Roman Kuznetsov <antilibreoffice at gmail.com>
    (cherry picked from commit fce747852adcc2c20a48e525da872fd3cad3ef04)
    
    Change-Id: Ia20e88bbcdcba78283279c08fbd714955e359dd9
    Reviewed-on: https://gerrit.libreoffice.org/84665
    Tested-by: Jenkins
    Reviewed-by: Xisco Faulí <xiscofauli at libreoffice.org>

diff --git a/include/sfx2/strings.hrc b/include/sfx2/strings.hrc
index 52d24f048671..65660b712e56 100644
--- a/include/sfx2/strings.hrc
+++ b/include/sfx2/strings.hrc
@@ -231,7 +231,7 @@
 #define STR_TABPAGE_INVALIDSTYLE                NC_("STR_TABPAGE_INVALIDSTYLE", "This Style does not exist.")
 #define STR_TABPAGE_INVALIDPARENT               NC_("STR_TABPAGE_INVALIDPARENT", "This Style cannot be used as a base Style,\nbecause it would result in a recursive reference.")
 #define STR_POOL_STYLE_NAME                     NC_("STR_POOL_STYLE_NAME", "Name already exists as a default Style.\nPlease choose another name.")
-#define STR_DELETE_STYLE_USED                   NC_("STR_DELETE_STYLE_USED", "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")
+#define STR_DELETE_STYLE_USED                   NC_("STR_DELETE_STYLE_USED", "One or more of the selected styles is in use in this document.\nIf you will delete it, text or objects using these styles will revert to the parent style.\nDo you still wish to delete these styles?\n")
 #define STR_DELETE_STYLE                        NC_("STR_DELETE_STYLE", "Styles in use: ")
 #define STR_SID_NAVIGATOR                       NC_("STR_SID_NAVIGATOR", "Navigator")
 #define STR_ERROR_WRONG_CONFIRM                 NC_("STR_ERROR_WRONG_CONFIRM", "Faulty password confirmation")


More information about the Libreoffice-commits mailing list