Lots of J's for Java needed to be uppercased

This commit is contained in:
Cart
2024-09-26 01:58:21 -04:00
parent 3e60713257
commit 6475dc5786
7 changed files with 12 additions and 12 deletions

View File

@ -140,9 +140,9 @@ QVariant VersionProxyModel::headerData(int section, Qt::Orientation orientation,
case Path:
return tr("Filesystem path to this version");
case JavaName:
return tr("The alternative name of the java version");
return tr("The alternative name of the Java version");
case JavaMajor:
return tr("The java major version");
return tr("The Java major version");
case Time:
return tr("Release date of this version");
}