diff options
author | t-aswath <aswatht.cse2022@citchennai.net> | 2023-11-11 14:19:08 +0530 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2023-11-18 16:01:33 +0100 |
commit | 0264999bb3746a9c68938edd1a6fc05a8e40b406 (patch) | |
tree | c6c9dddebf7f37480add6b54163704f1cd7b71ed /svtools/uiconfig | |
parent | bdf99cc80da2bef5a1dceaec742bca69363dbea0 (diff) |
tdf#157716 - Rename "Language settings" to "Languages and Locales"
Change-Id: Idd31b18c87998b03d884e7aa17197c459241abf9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159315
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'svtools/uiconfig')
-rw-r--r-- | svtools/uiconfig/ui/restartdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/uiconfig/ui/restartdialog.ui b/svtools/uiconfig/ui/restartdialog.ui index d6076a3fe01b..05d83c00037e 100644 --- a/svtools/uiconfig/ui/restartdialog.ui +++ b/svtools/uiconfig/ui/restartdialog.ui @@ -157,7 +157,7 @@ <object class="GtkLabel" id="reason_language_change"> <property name="can-focus">False</property> <property name="no-show-all">True</property> - <property name="label" translatable="yes" context="restartdialog|reason_language_change">For the updated language settings to take effect, %PRODUCTNAME must be restarted.</property> + <property name="label" translatable="yes" context="restartdialog|reason_language_change">For the updated UI language setting to take effect, %PRODUCTNAME must be restarted.</property> <property name="wrap">True</property> <property name="max-width-chars">50</property> <property name="xalign">0</property> |