mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 14:14:17 -04:00
Multilanguage support using I18n (German, Spanish, French, Russian)
This commit is contained in:
@@ -99,9 +99,9 @@ QVariant DetectorTableModel::headerData(int index, Qt::Orientation orientation,
|
||||
switch(index)
|
||||
{
|
||||
case 0:
|
||||
return "Name";
|
||||
return tr("Name");
|
||||
case 1:
|
||||
return "Enabled";
|
||||
return tr("Enabled");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user