cui/inc/treeopt.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 076a7cf9e1c7c06b935bf3c733d606c1dcfe8a0c
Author:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
AuthorDate: Sat Jul 30 04:20:18 2022 -0500
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Tue Aug 2 15:53:54 2022 +0200

    Shorten LanguageTool Options page name
    
    You don’t really need the word “Settings”.
    
    See commit 43f159dafa3fe61c09cafc8467cdd67233a02401
    (“Rename ‘Basic IDE Options’ to just ‘Basic IDE’”, 2017-08-07);
    its rationale still stands.
    
    Change-Id: I66e09d51950eb903c7d1cd617da3d7daf668bc07
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137629
    Tested-by: Jenkins
    Reviewed-by: Mert Tumer <mert.tu...@collabora.com>

diff --git a/cui/inc/treeopt.hrc b/cui/inc/treeopt.hrc
index f4fc28c5725b..8a56a6bde4bf 100644
--- a/cui/inc/treeopt.hrc
+++ b/cui/inc/treeopt.hrc
@@ -56,7 +56,7 @@ const std::pair<TranslateId, sal_uInt16> 
SID_LANGUAGE_OPTIONS_RES[] =
     { NC_("SID_LANGUAGE_OPTIONS_RES", "Searching in Japanese"),  
RID_SVXPAGE_JSEARCH_OPTIONS },
     { NC_("SID_LANGUAGE_OPTIONS_RES", "Asian Layout"),  
RID_SVXPAGE_ASIAN_LAYOUT },
     { NC_("SID_LANGUAGE_OPTIONS_RES", "Complex Text Layout"),  
RID_SVXPAGE_OPTIONS_CTL },
-    { NC_("SID_LANGUAGE_OPTIONS_RES", "LanguageTool Server Settings"),  
RID_SVXPAGE_LANGTOOL_OPTIONS }
+    { NC_("SID_LANGUAGE_OPTIONS_RES", "LanguageTool Server"),  
RID_SVXPAGE_LANGTOOL_OPTIONS }
 };
 
 const std::pair<TranslateId, sal_uInt16> SID_INET_DLG_RES[] =

Reply via email to