From 8bba7009bca27aff38136e52908326d179647a89 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Mon, 17 Sep 2018 11:39:47 +0200 Subject: [PATCH] Fix untranslatable strings in debug_console.ui shortcutdialog.ui BUG: 398703 Review on bugzilla --- Messages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Messages.sh b/Messages.sh index 477aa7630..004d0af4b 100644 --- a/Messages.sh +++ b/Messages.sh @@ -1,3 +1,3 @@ #! /usr/bin/env bash -$EXTRACTRC *.kcfg >> rc.cpp +$EXTRACTRC *.kcfg *.ui >> rc.cpp $XGETTEXT *.h *.cpp helpers/killer/*.cpp plugins/scenes/opengl/*.cpp tabbox/*.cpp scripting/*.cpp -o $podir/kwin.pot