summaryrefslogtreecommitdiffstats
path: root/tdeioslave
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-28 13:27:31 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-28 13:27:31 -0500
commit427ebd3a978e7b2e844b7a821163d138c77eb4d3 (patch)
tree4f6547353b225a55ff32cd300725021a13659059 /tdeioslave
parente1f2a0bb29b86336aab930894c85ed7bd26e4848 (diff)
downloadtdelibs-427ebd3a978e7b2e844b7a821163d138c77eb4d3.tar.gz
tdelibs-427ebd3a978e7b2e844b7a821163d138c77eb4d3.zip
Rename kde.pot to tde.pot
This relates to Bug 1910
Diffstat (limited to 'tdeioslave')
-rw-r--r--tdeioslave/iso/Makefile.am2
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