mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 17:09:25 +00:00
Fix #231: Enable translation for more strings
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user