sw/inc/strings.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a3df886c5d259777dc88eb5919c56ee028df1298 Author: Heiko Tietze <tietze.he...@gmail.com> AuthorDate: Mon Jul 7 16:04:41 2025 +0200 Commit: Heiko Tietze <heiko.tie...@documentfoundation.org> CommitDate: Mon Jul 7 17:32:37 2025 +0200 Related tdf#166723 - Misleading use of the word "reinstate" Amends 7aae69d7c9fd4133234600a232cfc30785cc808c Change-Id: I1eda87ec8808300431f7e1795634cb59ebc3c935 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187482 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org> diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index 90a0a35a2c3a..139028fb46a5 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -495,7 +495,7 @@ #define STR_CHANGEFTN NC_("STR_CHANGEFTN", "Modify footnote") #define STR_ACCEPT_REDLINE NC_("STR_ACCEPT_REDLINE", "Accept change: $1") #define STR_REJECT_REDLINE NC_("STR_REJECT_REDLINE", "Reject change: $1") -#define STR_REINSTATE_REDLINE NC_("STR_REINSTATE_REDLINE", "Reinstate change: $1") +#define STR_REINSTATE_REDLINE NC_("STR_REINSTATE_REDLINE", "Reject but track change: $1") #define STR_SPLIT_TABLE NC_("STR_SPLIT_TABLE", "Split Table") #define STR_DONTEXPAND NC_("STR_DONTEXPAND", "Stop attribute") #define STR_AUTOCORRECT NC_("STR_AUTOCORRECT", "AutoCorrect")