From c17195fb2815e0a004e6732ccbf9000b8a4366f0 Mon Sep 17 00:00:00 2001 From: Lasse Liehu Date: Thu, 9 Apr 2015 22:47:37 +0300 Subject: [PATCH] Fix extraction of two messages in kcmkwinrules This adds previously untranslatable strings "Yes" and "No" from yesnobox.h. CCMAIL: kde-i18n-doc@kde.org REVIEW: 123311 --- kcmkwin/kwinrules/Messages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcmkwin/kwinrules/Messages.sh b/kcmkwin/kwinrules/Messages.sh index 0734343156..470c73de65 100644 --- a/kcmkwin/kwinrules/Messages.sh +++ b/kcmkwin/kwinrules/Messages.sh @@ -1,4 +1,4 @@ #! /usr/bin/env bash $EXTRACTRC *.ui >> rc.cpp || exit 11 -$XGETTEXT *.cpp -o $podir/kcmkwinrules.pot +$XGETTEXT *.cpp *.h -o $podir/kcmkwinrules.pot rm -f rc.cpp