https://bugs.kde.org/show_bug.cgi?id=391472
--- Comment #1 from Leszek Lesner <leszek.les...@web.de> --- So all it needs is this to fix it? diff --git a/Messages.sh b/Messages.sh index db8982f..8f4817c 100644 --- a/Messages.sh +++ b/Messages.sh @@ -1,4 +1,4 @@ #! /usr/bin/env bash $EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp -$XGETTEXT `find . -name \*.js -o -name \*.qml -o -name \*.cpp` -o $podir/plasmavault-kde +$XGETTEXT `find . -name \*.js -o -name \*.qml -o -name \*.cpp` -o $podir/plasma_applet_o rm -f rc.cpp -- You are receiving this mail because: You are watching all bug changes.