summaryrefslogtreecommitdiff
path: root/sw/inc/strings.hrc
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2021-11-17 15:39:59 +0100
committerLászló Németh <nemeth@numbertext.org>2021-11-17 20:08:22 +0100
commit970f8ec7c8eb6007181ce55d885eef771dd49cc6 (patch)
tree3487026f353681f0d0762f86fe6b228380b8749f /sw/inc/strings.hrc
parentf51fa7534421a195a58b4a737a2e836d8c25ba81 (diff)
tdf#145721 sw track changes: sign text moving in redline tooltips
Write "Moved (deletion)" and "Moved (insertion)" instead of "Deleted" and "Inserted" in tooltip of tracked text movings. Follow-up to commit f51fa7534421a195a58b4a737a2e836d8c25ba81 "tdf#145718 sw, DOCX import: complete tracked text moving" Change-Id: I5db3025ddb7b4758e3699c10971a765784555a20 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125405 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'sw/inc/strings.hrc')
-rw-r--r--sw/inc/strings.hrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc
index 852e46ec9450..d5aaf979b66f 100644
--- a/sw/inc/strings.hrc
+++ b/sw/inc/strings.hrc
@@ -1243,6 +1243,8 @@
#define STR_REDLINE_TABLE_ROW_DELETE NC_("STR_REDLINE_TABLE_ROW_DELETE", "Row Deleted")
#define STR_REDLINE_TABLE_CELL_INSERT NC_("STR_REDLINE_TABLE_CELL_INSERT", "Cell Inserted")
#define STR_REDLINE_TABLE_CELL_DELETE NC_("STR_REDLINE_TABLE_CELL_DELETE", "Cell Deleted")
+#define STR_REDLINE_INSERT_MOVED NC_("STR_REDLINE_INSERT_MOVED", "Moved (insertion)")
+#define STR_REDLINE_DELETE_MOVED NC_("STR_REDLINE_DELETE_MOVED", "Moved (deletion)")
#define STR_ENDNOTE NC_("STR_ENDNOTE", "Endnote: ")
#define STR_FTNNOTE NC_("STR_FTNNOTE", "Footnote: ")
#define STR_SMARTTAG_CLICK NC_("STR_SMARTTAG_CLICK", "%s-click to open Smart Tag menu")