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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Sep 18 15:42:23 UTC 2018


 sc/uiconfig/scalc/ui/numbertransformationentry.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dc139f00106a27aa6f4683294fa75d84461e910e
Author:     Takeshi Abe <tabe at fixedpoint.jp>
AuthorDate: Tue Aug 14 10:06:25 2018 +0900
Commit:     Eike Rathke <erack at redhat.com>
CommitDate: Tue Sep 18 17:42:02 2018 +0200

    sc: Begin with upper case for labels of Number Transformation
    
    Change-Id: I28b9af112d48fb6a39b7d61af3b49ee43db957fb
    Reviewed-on: https://gerrit.libreoffice.org/58953
    Tested-by: Jenkins
    Reviewed-by: Eike Rathke <erack at redhat.com>

diff --git a/sc/uiconfig/scalc/ui/numbertransformationentry.ui b/sc/uiconfig/scalc/ui/numbertransformationentry.ui
index fdb144e8aa8c..9e6a9afc44cc 100644
--- a/sc/uiconfig/scalc/ui/numbertransformationentry.ui
+++ b/sc/uiconfig/scalc/ui/numbertransformationentry.ui
@@ -69,7 +69,7 @@
                   <item id="1" translatable="yes" context="numbertransformationentry|round">Round</item>
                   <item id="2" translatable="yes" context="numbertransformationentry|roundup">Round Up</item>
                   <item id="3" translatable="yes" context="numbertransformationentry|rounddown">Round Down</item>
-                  <item id="4" translatable="yes" context="numbertransformationentry|absolute">absolute Value</item>
+                  <item id="4" translatable="yes" context="numbertransformationentry|absolute">Absolute Value</item>
                   <item id="5" translatable="yes" context="numbertransformationentry|loge">Log with base e</item>
                   <item id="6" translatable="yes" context="numbertransformationentry|log10">Log with base 10</item>
                   <item id="7" translatable="yes" context="numbertransformationentry|cube">Cube</item>


More information about the Libreoffice-commits mailing list