include/sfx2/strings.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9a51e3784b2a90fd5d175424c24a89fc5775eef3 Author: Akshay Deep <[email protected]> Date: Tue Aug 8 15:49:32 2017 +0530 tdf#109208 Clear the list of recently used characters Change-Id: I57a3417b95d38e490e160fe48a57c2cbfc32a5d3 Reviewed-on: https://gerrit.libreoffice.org/40874 Reviewed-by: Akshay Deep <[email protected]> Tested-by: Akshay Deep <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
