From 3bc13aa5fa11909572ecb95ceaa033fb62c7de78 Mon Sep 17 00:00:00 2001 From: Sandro Cazzaniga Date: Wed, 12 Jun 2013 20:56:24 +0000 Subject: fix untranslated parts (#10512) --- po/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/po/Makefile b/po/Makefile index eaef691..a671640 100644 --- a/po/Makefile +++ b/po/Makefile @@ -6,10 +6,11 @@ PGOAL = msec # perl files to search translatable strings in PL_FILES = ../src/msec/msec.py ../src/msec/msecperms.py ../src/msec/help.py \ - ../src/msec/msecgui.py ../src/msec/libmsec.py ../src/msec/help.py \ + ../src/msec/msecgui.py ../src/msec/libmsec.py ../src/msec/tools.py \ ../src/msec/config.py \ ../src/msec/plugins/pam.py ../src/msec/plugins/network.py \ - ../src/msec/plugins/msec.py ../src/msec/plugins/sectool.py + ../src/msec/plugins/msec.py ../src/msec/plugins/sectool.py \ + ../src/msec/plugins/sudo.py ../src/msec/plugins/log.py # C-like files to search translatable strings in #CFILES = -- cgit v1.2.1