diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-12-10 14:35:11 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2019-12-11 12:56:43 +0100 |
commit | 34f3fe6d8a36970e222ca42e82782a79dfee29ee (patch) | |
tree | 2cf2b48c8e04fd201de6693c5ab0a1e026b5080f /include | |
parent | 3b5ad7d7cec9e1001ca6a03789d4bdf790c37378 (diff) |
tdf#128230 (related) Correct wording for the CT disabling dialog
Current text is incorrect as already recorded tracked changes will
not be lost upon turning off CT, only new ones will not be recorded.
Change-Id: Ie8a992438aced3995a51b7fb6cc45ca3d5db79c6
Reviewed-on: https://gerrit.libreoffice.org/84849
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'include')
-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 65660b712e56..7e9757e61a78 100644 --- a/include/sfx2/strings.hrc +++ b/include/sfx2/strings.hrc @@ -167,7 +167,7 @@ #define RID_SVXSTR_GRFILTER_FORMATERROR NC_("RID_SVXSTR_GRFILTER_FORMATERROR", "Unknown image format") #define RID_SVXSTR_GRFILTER_VERSIONERROR NC_("RID_SVXSTR_GRFILTER_VERSIONERROR", "This version of the image file is not supported") #define RID_SVXSTR_GRFILTER_FILTERERROR NC_("RID_SVXSTR_GRFILTER_FILTERERROR", "Image filter not found") -#define RID_SVXSTR_END_REDLINING_WARNING NC_("RID_SVXSTR_END_REDLINING_WARNING", "This action will exit the change recording mode.\nAny information about changes will be lost.\n\nExit change recording mode?\n\n") +#define RID_SVXSTR_END_REDLINING_WARNING NC_("RID_SVXSTR_END_REDLINING_WARNING", "This action will exit the change recording mode.\nNo information about changes will be recorded from now on.\n\nExit change recording mode?\n\n") #define RID_SVXSTR_INCORRECT_PASSWORD NC_("RID_SVXSTR_INCORRECT_PASSWORD", "Incorrect password") #define RID_SVXSTR_GPG_ENCRYPT_FAILURE NC_("RID_SVXSTR_GPG_ENCRYPT_FAILURE", "OpenPGP key not trusted, damaged, or encryption failure. Please try again.") |