QTfrontend/KB.h
changeset 6616 f77bb02b669f
parent 4976 088d40d8aba2
child 6700 e04da46ee43c
equal deleted inserted replaced
6615:65602f1ef0f8 6616:f77bb02b669f
    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