diff --git a/src/event.h b/src/event.h index b90d919..1bce476 100644 --- a/src/event.h +++ b/src/event.h @@ -82,9 +82,8 @@ enum class Language { fr = 2, de = 3, it = 4, - // Left some space for Korean and Hebrew as I think original translations - // should be first, see issue #23 - pl = 7, + pl = 5, + end, }; class CEvent