diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2024-07-23 12:56:41 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-07-23 19:56:04 +0200 |
commit | 3bb3052ee95da72a59b0ce354e98111a426110e8 (patch) | |
tree | 9b321ccee912418a6b4fe28731ac191a4d8e17f5 /svtools | |
parent | b7f9de9bc1abfe4562aea730d9f0b1a61fbd6d21 (diff) |
tdf#162139: make 2 buttons in the date form control translatable
Context modified because the same strings are in svtools/uiconfig/ui/calendar.ui
Don't know at all if these could be merged.
Change-Id: I72e37b54b53e4717f513dd313757af7318bbc4f8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170898
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/uiconfig/ui/datewindow.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/uiconfig/ui/datewindow.ui b/svtools/uiconfig/ui/datewindow.ui index 08d178c885ad..a4fd3482d33f 100644 --- a/svtools/uiconfig/ui/datewindow.ui +++ b/svtools/uiconfig/ui/datewindow.ui @@ -52,7 +52,7 @@ <property name="layout-style">spread</property> <child> <object class="GtkButton" id="today"> - <property name="label" context="calendar|STR_SVT_CALENDAR_TODAY">Today</property> + <property name="label" translatable="yes" context="datewindow|STR_SVT_CALENDAR_TODAY">Today</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="can-default">True</property> @@ -67,7 +67,7 @@ </child> <child> <object class="GtkButton" id="none"> - <property name="label" context="calendar|STR_SVT_CALENDAR_NONE">None</property> + <property name="label" translatable="yes" context="datewindow|STR_SVT_CALENDAR_NONE">None</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">True</property> |