diff options
author | Roman Kuznetsov <antilibreoffice@gmail.com> | 2019-12-05 08:30:45 +0200 |
---|---|---|
committer | Roman Kuznetsov <antilibreoffice@gmail.com> | 2019-12-06 19:57:19 +0100 |
commit | fce747852adcc2c20a48e525da872fd3cad3ef04 (patch) | |
tree | 77dde9dbcd319d527b2a4dd65e6f658b28ca5d0c /include/sfx2 | |
parent | 2ccaf4eecacaa912997d71a857dd84edf5af58cf (diff) |
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@gmail.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
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") |