diff options
author | Sky <git@bunnies.cc> | 2013-12-23 15:46:01 +0000 |
---|---|---|
committer | Sky <git@bunnies.cc> | 2013-12-23 15:48:26 +0000 |
commit | 027aafc3c1fc5e78c91ee439cd38562387f7ed9f (patch) | |
tree | 46213f92e72e0a78161a702bcb90ae8265f12d21 /logic/lists/MinecraftVersionList.cpp | |
parent | 86284196dead29b223b2d4ae1850f84dd9690f9b (diff) | |
download | PrismLauncher-027aafc3c1fc5e78c91ee439cd38562387f7ed9f.tar.gz PrismLauncher-027aafc3c1fc5e78c91ee439cd38562387f7ed9f.tar.bz2 PrismLauncher-027aafc3c1fc5e78c91ee439cd38562387f7ed9f.zip |
Tidy status messages a bit
Diffstat (limited to 'logic/lists/MinecraftVersionList.cpp')
-rw-r--r-- | logic/lists/MinecraftVersionList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/lists/MinecraftVersionList.cpp b/logic/lists/MinecraftVersionList.cpp index 523b81ac..91f86df0 100644 --- a/logic/lists/MinecraftVersionList.cpp +++ b/logic/lists/MinecraftVersionList.cpp @@ -139,7 +139,7 @@ MCVListLoadTask::~MCVListLoadTask() void MCVListLoadTask::executeTask() { - setStatus("Loading instance version list..."); + setStatus(tr("Loading instance version list...")); auto worker = MMC->qnam(); vlistReply = worker->get(QNetworkRequest(QUrl("http://" + URLConstants::AWS_DOWNLOAD_VERSIONS + "versions.json"))); connect(vlistReply, SIGNAL(finished()), this, SLOT(list_downloaded())); |