summaryrefslogtreecommitdiffstats
path: root/widgets/src/intl.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/src/intl.h')
-rw-r--r--widgets/src/intl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/src/intl.h b/widgets/src/intl.h
index 6f8b3d5ca..18aad9f64 100644
--- a/widgets/src/intl.h
+++ b/widgets/src/intl.h
@@ -23,7 +23,7 @@
#include "../config.h"
#include "gettext.h"
-#define _(x) gettext(x)
+#define _(x) dgettext("anaconda", x)
#define N_(String) String
#ifdef ENABLE_NLS