From 6710c9f06943a00b56521dde7e78107d1db853a4 Mon Sep 17 00:00:00 2001 From: acid-burn Date: Fri, 13 Nov 2009 09:42:50 +0100 Subject: [PATCH] po/Makefile.am: fix space/intendation error --- po/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile.am b/po/Makefile.am index 9318db4..2319b7f 100755 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -32,7 +32,7 @@ enigma2.pot: ./xml2po.py ../lib/python/Plugins/SystemPlugins/Videomode/ >> enigma2.pot ./xml2po.py ../lib/python/Plugins/SystemPlugins/SoftwareManager/ >> enigma2.pot ./xml2po.py ../lib/python/Plugins/SystemPlugins/CleanupWizard/ >> enigma2.pot - ./xml2po.py ../lib/python/Plugins/SystemPlugins/NetworkWizard/ >> enigma2.pot + ./xml2po.py ../lib/python/Plugins/SystemPlugins/NetworkWizard/ >> enigma2.pot cat enigma2_rel25.pot | tail -n +19 >> enigma2.pot msguniq --no-location -o enigma2uniq.pot enigma2.pot $(RM) enigma2.pot -- 2.7.4