aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/modplatform/atlauncher
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-04-18 13:38:54 +0200
committerGitHub <noreply@github.com>2022-04-18 13:38:54 +0200
commitfd7745cbebf55f5bcfccc16500fff0e67a789169 (patch)
tree75e4a68449c9c3ca5a4a2aaca5468b9c05420e61 /launcher/ui/pages/modplatform/atlauncher
parentc348de96e44ed5deb31993cdf7ce2ab5306b3e88 (diff)
parentfcbf37f60fd872884a59fc11233e87e47029e1c9 (diff)
downloadPrismLauncher-fd7745cbebf55f5bcfccc16500fff0e67a789169.tar.gz
PrismLauncher-fd7745cbebf55f5bcfccc16500fff0e67a789169.tar.bz2
PrismLauncher-fd7745cbebf55f5bcfccc16500fff0e67a789169.zip
Merge pull request #442 from kthchew/fix/typos
Diffstat (limited to 'launcher/ui/pages/modplatform/atlauncher')
-rw-r--r--launcher/ui/pages/modplatform/atlauncher/AtlFilterModel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/launcher/ui/pages/modplatform/atlauncher/AtlFilterModel.cpp b/launcher/ui/pages/modplatform/atlauncher/AtlFilterModel.cpp
index 3a97d477..c1ab166b 100644
--- a/launcher/ui/pages/modplatform/atlauncher/AtlFilterModel.cpp
+++ b/launcher/ui/pages/modplatform/atlauncher/AtlFilterModel.cpp
@@ -27,9 +27,9 @@ namespace Atl {
FilterModel::FilterModel(QObject *parent) : QSortFilterProxyModel(parent)
{
currentSorting = Sorting::ByPopularity;
- sortings.insert(tr("Sort by popularity"), Sorting::ByPopularity);
- sortings.insert(tr("Sort by name"), Sorting::ByName);
- sortings.insert(tr("Sort by game version"), Sorting::ByGameVersion);
+ sortings.insert(tr("Sort by Popularity"), Sorting::ByPopularity);
+ sortings.insert(tr("Sort by Name"), Sorting::ByName);
+ sortings.insert(tr("Sort by Game Version"), Sorting::ByGameVersion);
searchTerm = "";
}