fpicker/uiconfig/ui/explorerfiledialog.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7da4e0b7f28042b143f532f987b99e4018ef3531 Author: Kiyotaka Nishibori <ml.nishibori.kiyot...@gmail.com> Date: Sat Sep 2 14:31:05 2017 +0900 Add context attribute to translatable entry in .ui file. a translatable entry without context attribute in 'fpicker/uiconfig/ui/explorefiledialog' causes failure of 'make translation': Traceback (most recent call last): File "/home/kiyotaka/Sources/libreoffice-testing/solenv/bin/uiex", line 30, in <module> keyid = entry.msgctxt + '|' + entry.msgid TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' Error: Failed to execute /home/kiyotaka/Sources/libreoffice-testing/solenv/bin/uiex -i /home/kiyotaka/Sources/libreoffice-testing/fpicker/uiconfig/ui/explorerfiledialog.ui -o /home/kiyotaka/Sources/libreoffice-testing/workdir//pot/fpicker/messages.pot Change-Id: Icdd5e283a30108b45f4b62967e2ce287d338b582 Reviewed-on: https://gerrit.libreoffice.org/41828 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Katarina Behrens <katarina.behr...@cib.de> diff --git a/fpicker/uiconfig/ui/explorerfiledialog.ui b/fpicker/uiconfig/ui/explorerfiledialog.ui index 8008e62039c4..4d43b4112efe 100644 --- a/fpicker/uiconfig/ui/explorerfiledialog.ui +++ b/fpicker/uiconfig/ui/explorerfiledialog.ui @@ -453,7 +453,7 @@ </child> <child> <object class="GtkCheckButton" id="gpgencrypt"> - <property name="label" translatable="yes">Encrypt with GPG key</property> + <property name="label" translatable="yes" context="explorerfiledialog|gpgencrypt">Encrypt with GPG key</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits