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

Kiyotaka Nishibori (via logerrit) logerrit at kemper.freedesktop.org
Mon May 27 07:57:56 UTC 2019


 cui/uiconfig/ui/bulletandposition.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d45bf5e20e5abc2dcf5ea3d3be06aa61d92c762e
Author:     Kiyotaka Nishibori <ml.nishibori.kiyotaka at gmail.com>
AuthorDate: Sun May 26 20:42:40 2019 +0900
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon May 27 09:56:55 2019 +0200

    fixed domain in bulletandposition.ui
    
    translatable strings in this .ui file are extracted as parts of cui/messages.pot.
    if the domain was "sd", only source strings would be shown.
    
    Change-Id: I1272721fbac72c0b5e392d65e080dd31a5bbc709
    Reviewed-on: https://gerrit.libreoffice.org/72973
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/cui/uiconfig/ui/bulletandposition.ui b/cui/uiconfig/ui/bulletandposition.ui
index 0dbbe04a583b..393c3fb4d841 100644
--- a/cui/uiconfig/ui/bulletandposition.ui
+++ b/cui/uiconfig/ui/bulletandposition.ui
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Generated with glade 3.22.1 -->
-<interface domain="sd">
+<interface domain="cui">
   <requires lib="gtk+" version="3.18"/>
   <object class="GtkAdjustment" id="adjustment1">
     <property name="upper">19.989999999999998</property>


More information about the Libreoffice-commits mailing list