summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/enums.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/enums.h b/src/util/enums.h
index cac211c89..909765216 100644
--- a/src/util/enums.h
+++ b/src/util/enums.h
@@ -10,6 +10,12 @@
* Released under GNU GPL. Read the file 'COPYING' for more information.
*/
+/* IMPORTANT
+ * When initializing the EnumData struct, you cannot use _(...) to translate strings.
+ * Instead, one must use N_(...) and do the translation every time the string is retreived.
+ */
+
+
#ifndef INKSCAPE_UTIL_ENUMS_H
#define INKSCAPE_UTIL_ENUMS_H