try to update warning log according to new translation builder

svn: r20694
This commit is contained in:
Jérôme Rapinat 2012-11-22 17:45:36 +00:00
parent 14dbae104f
commit bd28665977

View File

@ -64,7 +64,7 @@ else:
else:
logging.warning('Locale dir does not exist at ' +
os.path.join(PREFIXDIR, "share/locale"))
logging.warning('Running ./configure --prefix=YourPrefixDir might fix the problem')
logging.warning('Running python setup.py install --prefix=YourPrefixDir might fix the problem')
LOCALEDIR = None
LOCALEDOMAIN = 'gramps'