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
This commit is contained in:
Julien Nabet 2024-07-23 12:56:41 +02:00
parent b7f9de9bc1
commit 3bb3052ee9

View file

@ -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>