[Libreoffice-commits] core.git: Branch 'libreoffice-7-2' - svtools/uiconfig
Julien Nabet (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 21 16:55:39 UTC 2021
svtools/uiconfig/ui/calendar.ui | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit df1453f355fc30cb7a645639ae38d3012098f98a
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Tue Jul 20 23:04:55 2021 +0200
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Wed Jul 21 18:55:03 2021 +0200
tdf#143452: make 2 buttons in the date form control translatable
Regression from:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=bafd50ee06d982e19d54fae0f9d8f968a2dedbd4
weld DateField Calendar floating window
Change-Id: I43c108908c6e802f3a8014ccf3fa243bebcae0ac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119293
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
(cherry picked from commit 73503ce975ce0923bfe2cfd075ac8b91de20f29e)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119257
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/svtools/uiconfig/ui/calendar.ui b/svtools/uiconfig/ui/calendar.ui
index 735506d418d7..1273369878c6 100644
--- a/svtools/uiconfig/ui/calendar.ui
+++ b/svtools/uiconfig/ui/calendar.ui
@@ -40,7 +40,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="calendar|STR_SVT_CALENDAR_TODAY">Today</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">True</property>
@@ -55,7 +55,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="calendar|STR_SVT_CALENDAR_NONE">None</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
More information about the Libreoffice-commits
mailing list