diff options
author | Jeff Huang <jeff@mail.ossii.com.tw> | 2022-02-07 15:06:46 +0800 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2022-02-09 07:12:58 +0100 |
commit | 3e5e0c2943e057873952b5394b81dbe6d29ef1e2 (patch) | |
tree | 1fc58ecd918c94e36087482910ca3d31b5aa0113 /include | |
parent | 4e0ba699ab3ba0294acd2589507b50fab82c98f5 (diff) |
tdf#146937 Remove "refresh" command from Template Manager
Change-Id: I12b43c10cca455a6885101909327b81940dafb07
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129584
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/strings.hrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/strings.hrc b/include/sfx2/strings.hrc index 010b3497b089..a55424982dda 100644 --- a/include/sfx2/strings.hrc +++ b/include/sfx2/strings.hrc @@ -58,7 +58,6 @@ #define STR_QRYTEMPL_MESSAGE NC_("STR_QRYTEMPL_MESSAGE", "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update the styles of the current document, using the modified template?") #define STR_QRYTEMPL_UPDATE_BTN NC_("STR_QRYTEMPL_UPDATE_BTN", "~Update Styles") #define STR_QRYTEMPL_KEEP_BTN NC_("STR_QRYTEMPL_KEEP_BTN", "~Keep Old Styles") -#define STR_ACTION_REFRESH NC_("STR_ACTION_REFRESH", "~Refresh") #define STR_CATEGORY_NEW NC_("STR_CATEGORY_NEW", "~New Category") #define STR_CATEGORY_DELETE NC_("STR_CATEGORY_DELETE", "~Delete Category") #define STR_MSG_EXPORT_SUCCESS NC_("STR_MSG_EXPORT_SUCCESS", "$1 templates successfully exported.") |