[Libreoffice-commits] core.git: include/sfx2
Roman Kuznetsov (via logerrit)
logerrit at kemper.freedesktop.org
Fri Dec 6 18:59:03 UTC 2019
include/sfx2/strings.hrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fce747852adcc2c20a48e525da872fd3cad3ef04
Author: Roman Kuznetsov <antilibreoffice at gmail.com>
AuthorDate: Thu Dec 5 08:30:45 2019 +0200
Commit: Roman Kuznetsov <antilibreoffice at gmail.com>
CommitDate: Fri Dec 6 19:57:19 2019 +0100
tdf#128785 Make an attention message more general
Change-Id: Ia20e88bbcdcba78283279c08fbd714955e359dd9
Reviewed-on: https://gerrit.libreoffice.org/84501
Tested-by: Jenkins
Reviewed-by: Roman Kuznetsov <antilibreoffice at gmail.com>
diff --git a/include/sfx2/strings.hrc b/include/sfx2/strings.hrc
index 52d24f048671..66481ac6e2bd 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'll 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