Fix #231: Enable translation for more strings

This commit is contained in:
Jan Dalheimer
2014-11-02 19:24:28 +01:00
parent 7fb6cafe9e
commit a3a5afe119
7 changed files with 29 additions and 29 deletions

View File

@@ -57,10 +57,10 @@ QVariant LWJGLVersionList::headerData(int section, Qt::Orientation orientation,
switch (role)
{
case Qt::DisplayRole:
return "Version";
return tr("Version");
case Qt::ToolTipRole:
return "LWJGL version name.";
return tr("LWJGL version name.");
default:
return QVariant();