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:
parent
b7f9de9bc1
commit
3bb3052ee9
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue