From 9a51e3784b2a90fd5d175424c24a89fc5775eef3 Mon Sep 17 00:00:00 2001 From: Akshay Deep Date: Tue, 8 Aug 2017 15:49:32 +0530 Subject: tdf#109208 Clear the list of recently used characters Change-Id: I57a3417b95d38e490e160fe48a57c2cbfc32a5d3 Reviewed-on: https://gerrit.libreoffice.org/40874 Reviewed-by: Akshay Deep Tested-by: Akshay Deep --- include/sfx2/strings.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit