diff options
author | Kiyotaka Nishibori <ml.nishibori.kiyotaka@gmail.com> | 2017-11-30 23:02:21 +0900 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-12-03 13:40:17 +0100 |
commit | 380a3b8eb284f3d106b273b727f32321ba326fb4 (patch) | |
tree | dc3496e387754b6c10dc35e765a0d419780ffcb3 /sd | |
parent | 9732f13b02c27da430717f27f796f98a51600146 (diff) |
fixed interface domain.
translatable strings in sd/uiconfig/simpress/ui/*.ui are extracted
as parts of 'pot/sd/messages.pot'.
the domains should not be 'sw' but 'sd'.
Change-Id: I59bf51c5c329988c1c75cb82e518250ff1eccde7
Reviewed-on: https://gerrit.libreoffice.org/45588
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui | 2 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui index 2fdf2d2798cd..6df26abf0b2e 100644 --- a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui +++ b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.18.3 --> -<interface domain="sw"> +<interface domain="sd"> <requires lib="gtk+" version="3.12"/> <requires lib="LibreOffice" version="1.0"/> <!-- interface-local-resource-path ../../../icon-themes/galaxy/cmd/ --> diff --git a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui index a439ff3e118b..5bbaa6ab0f35 100644 --- a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui +++ b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.18.3 --> -<interface domain="sw"> +<interface domain="sd"> <requires lib="gtk+" version="3.12"/> <requires lib="LibreOffice" version="1.0"/> <object class="GtkMenu" id="Menu3D"> |