diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper
index 0d6b49f..8cc2561 100755
--- a/data_from_portwine/scripts/functions_helper
+++ b/data_from_portwine/scripts/functions_helper
@@ -100,7 +100,7 @@ generate_pot () {
         LANG_MO="${PORT_WINE_PATH}/data/locales/${lang}/LC_MESSAGES/PortProton.mo"
         TEMPLATE_POT="${PORT_WINE_PATH}/data/locales/PortProton.pot"
         pushd "${PORT_WINE_PATH}" 1>/dev/null || fatal
-        xgettext --from-code=UTF-8 --language Shell -i \
+        xgettext --no-location --from-code=UTF-8 --language Shell -i \
         "data/scripts/start.sh" \
         "data/scripts/setup.sh" \
         "data/scripts/functions_helper" \