summaryrefslogtreecommitdiffstats
path: root/src/eulogium_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/eulogium_private.h')
-rw-r--r--src/eulogium_private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/eulogium_private.h b/src/eulogium_private.h
index 3735b70..d5fd2a2 100644
--- a/src/eulogium_private.h
+++ b/src/eulogium_private.h
@@ -1,5 +1,5 @@
/*
- * eulogium_private, some common private helpers
+ * eulogium_private, some common private helpers XXX Rename to something more appropiate
*
* Copyright (c) 2015 Ultimaker B.V.
* Author: Olliver Schinagl <o.schinagl@ultimaker.com>
@@ -16,6 +16,7 @@
#if HAVE_GETTEXT && ENABLE_NLS
#define _(string) gettext(string)
+#define N_(string) gettext_noop(string)
#else
#define _(string) (string)
#endif