diff options
author | Muhammet Kara <muhammet.kara@pardus.org.tr> | 2017-12-05 10:36:05 +0300 |
---|---|---|
committer | Muhammet Kara <muhammet.kara@pardus.org.tr> | 2017-12-05 12:58:24 +0100 |
commit | cdb9e338f1e410fe968df3193369a1b516c50c35 (patch) | |
tree | aa3de44ea7d01d725959301f050b9fe725d20b6a /cui/inc | |
parent | 2b26d152227b39f8dd78db56a10817a4b3c7c259 (diff) |
tdf#114091: Customize dialog: Rename 'All categories' to 'All commands'
And put a separator before the 'Macros' category.
Change-Id: Ibcff6b6c6d3a4f72d5e06b519fe8245d9602ad3c
Reviewed-on: https://gerrit.libreoffice.org/45843
Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>
Diffstat (limited to 'cui/inc')
-rw-r--r-- | cui/inc/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/inc/strings.hrc b/cui/inc/strings.hrc index 16db3c213f71..af4fbb388b57 100644 --- a/cui/inc/strings.hrc +++ b/cui/inc/strings.hrc @@ -88,7 +88,7 @@ #define RID_SVXSTR_ERR_TEXTNOTFOUND NC_("RID_SVXSTR_ERR_TEXTNOTFOUND", "No alternatives found.") #define RID_SVXSTR_SELECT_FILE_IFRAME NC_("RID_SVXSTR_SELECT_FILE_IFRAME", "Select File for Floating Frame") -#define RID_SVXSTR_ALLFUNCTIONS NC_("RID_SVXSTR_ALLFUNCTIONS", "All categories") +#define RID_SVXSTR_ALLFUNCTIONS NC_("RID_SVXSTR_ALLFUNCTIONS", "All commands") #define RID_SVXSTR_MACROS NC_("RID_SVXSTR_MACROS", "Macros") #define RID_SVXSTR_MYMACROS NC_("RID_SVXSTR_MYMACROS", "My Macros") #define RID_SVXSTR_PRODMACROS NC_("RID_SVXSTR_PRODMACROS", "%PRODUCTNAME Macros") |