diff --git a/telegram-purple.h b/telegram-purple.h index af30d7b..e2f2510 100644 --- a/telegram-purple.h +++ b/telegram-purple.h @@ -28,7 +28,7 @@ // libintl.h. If this is not the case a dummy macro is defined to bypass the translation functions #ifdef ENABLE_NLS # include -#elseif +#else # define _(String) String #endif