diff options
author | Rizal Muttaqin <riz_17_oke@yahoo.co.id> | 2021-02-02 13:48:11 +0700 |
---|---|---|
committer | Rizal Muttaqin <riz_17_oke@yahoo.co.id> | 2021-02-02 10:40:13 +0100 |
commit | 9db40ef453eaa3e78ef852a35732e0d16e89b326 (patch) | |
tree | bb652a33693fab8c39f478d005f55451cc781a5f /sw/inc/strings.hrc | |
parent | 2ee5769587024672bdc84d00c7cf8eb48ef8c620 (diff) |
tdf#140078 change Text Frame string to Frame in Undo/Redo action label
Change-Id: Ic3e011fae80cc94cc5fb8e94abec18bc937dec5a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110279
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sw/inc/strings.hrc')
-rw-r--r-- | sw/inc/strings.hrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index 56e7ab0473ba..3b5da067e5d6 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -475,8 +475,8 @@ #define STR_TABLE_TBLCPYTBL NC_("STR_TABLE_TBLCPYTBL", "Copy table") #define STR_TABLE_CPYTBL NC_("STR_TABLE_CPYTBL", "Copy table") #define STR_INS_FROM_SHADOWCRSR NC_("STR_INS_FROM_SHADOWCRSR", "Set cursor") -#define STR_UNDO_CHAIN NC_("STR_UNDO_CHAIN", "Link text frames") -#define STR_UNDO_UNCHAIN NC_("STR_UNDO_UNCHAIN", "Unlink text frames") +#define STR_UNDO_CHAIN NC_("STR_UNDO_CHAIN", "Link frames") +#define STR_UNDO_UNCHAIN NC_("STR_UNDO_UNCHAIN", "Unlink frames") #define STR_UNDO_FTNINFO NC_("STR_UNDO_FTNINFO", "Modify footnote options") #define STR_UNDO_COMPAREDOC NC_("STR_UNDO_COMPAREDOC", "Compare Document") #define STR_UNDO_SETFLYFRMFMT NC_("STR_UNDO_SETFLYFRMFMT", "Apply frame style: $1") |