QTfrontend/KB.h
changeset 2948 3f21a9dc93d0
parent 1066 1f1b3686a2b0
child 3236 4ab3917d7d44
equal deleted inserted replaced
2947:803b277e4894 2948:3f21a9dc93d0
    23 
    23 
    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