diff options
author | Akshay Deep <akshaydeepiitr@gmail.com> | 2017-08-08 15:49:32 +0530 |
---|---|---|
committer | Akshay Deep <akshaydeepiitr@gmail.com> | 2017-08-08 12:27:22 +0200 |
commit | 9a51e3784b2a90fd5d175424c24a89fc5775eef3 (patch) | |
tree | 6146c245c7b579b4c8813ee7fd3474e1d0f6076c /include | |
parent | 9d1350fe183485025a924f8c03d8f34c077028d3 (diff) |
tdf#109208 Clear the list of recently used characters
Change-Id: I57a3417b95d38e490e160fe48a57c2cbfc32a5d3
Reviewed-on: https://gerrit.libreoffice.org/40874
Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>
Tested-by: Akshay Deep <akshaydeepiitr@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/strings.hrc b/include/sfx2/strings.hrc index e72aa06253d1..bf3a85569661 100644 --- a/include/sfx2/strings.hrc +++ b/include/sfx2/strings.hrc @@ -276,7 +276,7 @@ #define STR_TEMPLATE_NAME9 NC_("STR_TEMPLATE_NAME9", "Sunset") #define STR_TEMPLATE_NAME10 NC_("STR_TEMPLATE_NAME10", "Vintage") -#define STR_CLEAR_CHAR NC_("STR_CLEAR_CHAR", "Clear") +#define STR_CLEAR_CHAR NC_("STR_CLEAR_CHAR", "Remove") #define STR_CLEAR_ALL_CHAR NC_("STR_CLEAR_ALL_CHAR", "Clear All") #endif |