equal
deleted
inserted
replaced
24 const ulong KBmsgsCount = 1; |
24 const ulong KBmsgsCount = 1; |
25 |
25 |
26 const QString KBMessages[KBmsgsCount] = |
26 const QString KBMessages[KBmsgsCount] = |
27 { |
27 { |
28 QT_TRANSLATE_NOOP("KB", "SDL_ttf returned error while rendering text, " |
28 QT_TRANSLATE_NOOP("KB", "SDL_ttf returned error while rendering text, " |
29 "most propably it is related to the bug " |
29 "most propably it is related to the bug " |
30 "in freetype2. It's recommended to update your " |
30 "in freetype2. It's recommended to update your " |
31 "freetype lib.") |
31 "freetype lib.") |
32 }; |
32 }; |
33 |
33 |
34 #endif // KB_H |
34 #endif // KB_H |