X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=lib%2Fapp%2Fgettext.h;h=1d4d6bc7eefb6a710dd7007b7acbd4985b059f05;hb=8f9b5dc7e68f88b622aa3ae90139bdb7dc804450;hp=d8b2a6eee199a2123fc606a2dbb97c8020ebe082;hpb=ac9e53e5d668d20fcae8c6ac728602d5359a6004;p=supertux.git diff --git a/lib/app/gettext.h b/lib/app/gettext.h index d8b2a6eee..1d4d6bc7e 100644 --- a/lib/app/gettext.h +++ b/lib/app/gettext.h @@ -21,7 +21,7 @@ #define _(String) \ SuperTux::dictionary_manager.get_dictionary().translate(String).c_str() -#define ngettext(id, id2, num) \ +#define N_(id, id2, num) \ SuperTux::dictionary_manager.get_dictionary().translate(id, di2, num).c_str() #endif /* _LIBGETTEXT_H */