[Libreoffice-commits] core.git: chart2/uiconfig

Gabor Kelemen (via logerrit) logerrit at kemper.freedesktop.org
Mon Jul 19 19:19:24 UTC 2021


 chart2/uiconfig/ui/tp_Scale.ui |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 214a738528780f308c00ef4d4953b57fd84c2c41
Author:     Gabor Kelemen <kelemen.gabor2 at nisz.hu>
AuthorDate: Sat Jul 17 16:01:50 2021 +0200
Commit:     Gabor Kelemen <kelemen.gabor2 at nisz.hu>
CommitDate: Mon Jul 19 21:18:48 2021 +0200

    tdf#129571 Change translation context for one time unit dropdown
    
    Change-Id: I8e7b81557c5552a1406adc6e89bbbc707cff6ded
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119102
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>

diff --git a/chart2/uiconfig/ui/tp_Scale.ui b/chart2/uiconfig/ui/tp_Scale.ui
index 31689626f184..f3e272d0d289 100644
--- a/chart2/uiconfig/ui/tp_Scale.ui
+++ b/chart2/uiconfig/ui/tp_Scale.ui
@@ -278,9 +278,9 @@
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <items>
-                  <item id="0" translatable="yes" context="tp_Scale|liststoreDATE">Days</item>
-                  <item id="1" translatable="yes" context="tp_Scale|liststoreDATE">Months</item>
-                  <item id="2" translatable="yes" context="tp_Scale|liststoreDATE">Years</item>
+                  <item id="0" translatable="yes" context="tp_Scale|DATE-RESOLUTION">Days</item>
+                  <item id="1" translatable="yes" context="tp_Scale|DATE-RESOLUTION">Months</item>
+                  <item id="2" translatable="yes" context="tp_Scale|DATE-RESOLUTION">Years</item>
                 </items>
                 <child internal-child="accessible">
                   <object class="AtkObject" id="LB_TIME_RESOLUTION-atkobject">


More information about the Libreoffice-commits mailing list