diff options
Diffstat (limited to 'tdeioslave')
-rw-r--r-- | tdeioslave/iso/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/iso/Makefile.am b/tdeioslave/iso/Makefile.am index b5da2a280..ddb1c60f3 100644 --- a/tdeioslave/iso/Makefile.am +++ b/tdeioslave/iso/Makefile.am @@ -62,6 +62,6 @@ uninstall-local: messages: LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \ if test -n "$$LIST"; then \ - $(XGETTEXT) -C -ki18n -x $(kde_includes)/kde.pot $$LIST -o ../po/iso.pot; \ + $(XGETTEXT) -C -ki18n -x $(kde_includes)/tde.pot $$LIST -o ../po/iso.pot; \ fi |