diff options
author | Kiyotaka Nishibori <ml.nishibori.kiyotaka@gmail.com> | 2019-05-26 20:42:40 +0900 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-27 09:56:55 +0200 |
commit | d45bf5e20e5abc2dcf5ea3d3be06aa61d92c762e (patch) | |
tree | 12874675f2780ecd66561d3f16fe1a0fd68506af | |
parent | 5d5cf6f8f44011f822e6df5fe6a9adc313b917b7 (diff) |
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@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | cui/uiconfig/ui/bulletandposition.ui | 2 |
1 files changed, 1 insertions, 1 deletions
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> |