diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2021-03-02 11:43:54 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-03-02 15:37:16 +0100 |
commit | 7838c4a955eaccd625116fa1508d66f7fd2a95da (patch) | |
tree | 7c03c8f76eb72749c45fc385afa5f49052ffde3e /sw/inc/strings.hrc | |
parent | a2d5b5224aff4358865e73c3c0f67d47ce4b9b99 (diff) |
Related tdf#128469 - Change label of Standard button
Change-Id: I1bfc7cbfa71cf76d1cd76db83d8a7f951535e47e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111821
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Tested-by: Jenkins
Diffstat (limited to 'sw/inc/strings.hrc')
-rw-r--r-- | sw/inc/strings.hrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index 3b5da067e5d6..45fe987ddf3e 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -23,6 +23,8 @@ #define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String) #define NNC_(Context, StringSingular, StringPlural) reinterpret_cast<char const *>(Context "\004" u8##StringSingular "\004" u8##StringPlural) + +#define STR_STANDARD_ACTION NC_("STR_STANDARD_ACTION", "Set to ~Parent") // Format names #define STR_POOLCHR_STANDARD NC_("STR_POOLCHR_STANDARD", "Default Character Style") #define STR_POOLCHR_FOOTNOTE NC_("STR_POOLCHR_FOOTNOTE", "Footnote Characters") |