svtools/uiconfig/ui/datewindow.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 3bb3052ee95da72a59b0ce354e98111a426110e8 Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Tue Jul 23 12:56:41 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Jul 23 19:56:04 2024 +0200 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 <serval2...@yahoo.fr> Tested-by: Jenkins 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>