summaryrefslogtreecommitdiff
path: root/cui/uiconfig/ui/specialcharacters.ui
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2017-08-19 11:15:03 +0200
committerKatarina Behrens <Katarina.Behrens@cib.de>2017-08-20 11:22:48 +0200
commit668ab2e739397e6b095372a1a468bd4f515927b6 (patch)
tree109901d4693bdb0ef7c12568ed9bfa505839ed31 /cui/uiconfig/ui/specialcharacters.ui
parent1e3bd9bd15550033ae76012014d631b104ff2008 (diff)
Fix 'make translations' run
Recent commits introduced strings in .ui files without context which makes 'make translations' fail with: [build POT] pot.done Traceback (most recent call last): File "/home/gabor/src/core/solenv/bin/uiex", line 30, in <module> keyid = entry.msgctxt + '|' + entry.msgid TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' Affected commits are: e74be9ad773c7769c5d8765bb2ac234967e420ec 213a83ce46edf1b81f2285fd59f1d04935760caa Change-Id: If7afc4bb157a6406cabba141d375e9b0dab5f3de Reviewed-on: https://gerrit.libreoffice.org/41322 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'cui/uiconfig/ui/specialcharacters.ui')
-rw-r--r--cui/uiconfig/ui/specialcharacters.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/specialcharacters.ui b/cui/uiconfig/ui/specialcharacters.ui
index b5d2abc7abf0..ba978fc37929 100644
--- a/cui/uiconfig/ui/specialcharacters.ui
+++ b/cui/uiconfig/ui/specialcharacters.ui
@@ -138,7 +138,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="label" translatable="yes">Search:</property>
+ <property name="label" translatable="yes" context="specialcharacters|srchft">Search:</property>
</object>
<packing>
<property name="left_attach">0</property>