summaryrefslogtreecommitdiffstats
path: root/logic/auth/MojangAccountList.cpp
diff options
context:
space:
mode:
authorJan Dalheimer <jan@dalheimer.de>2014-11-02 19:24:28 +0100
committerJan Dalheimer <jan@dalheimer.de>2014-11-02 19:25:11 +0100
commita3a5afe1198266e7c4a1bc6dd8f65062426b24c4 (patch)
tree6df6a629cabd3e1d4314abb3bb3e6575be13cc67 /logic/auth/MojangAccountList.cpp
parent7fb6cafe9e54270b7daf47bf394fd969d44e1c37 (diff)
downloadMultiMC-a3a5afe1198266e7c4a1bc6dd8f65062426b24c4.tar
MultiMC-a3a5afe1198266e7c4a1bc6dd8f65062426b24c4.tar.gz
MultiMC-a3a5afe1198266e7c4a1bc6dd8f65062426b24c4.tar.lz
MultiMC-a3a5afe1198266e7c4a1bc6dd8f65062426b24c4.tar.xz
MultiMC-a3a5afe1198266e7c4a1bc6dd8f65062426b24c4.zip
Fix #231: Enable translation for more strings
Diffstat (limited to 'logic/auth/MojangAccountList.cpp')
-rw-r--r--logic/auth/MojangAccountList.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/logic/auth/MojangAccountList.cpp b/logic/auth/MojangAccountList.cpp
index e3621dac..f667ef8c 100644
--- a/logic/auth/MojangAccountList.cpp
+++ b/logic/auth/MojangAccountList.cpp
@@ -183,10 +183,10 @@ QVariant MojangAccountList::headerData(int section, Qt::Orientation orientation,
switch (section)
{
case ActiveColumn:
- return "Active?";
+ return tr("Active?");
case NameColumn:
- return "Name";
+ return tr("Name");
default:
return QVariant();
@@ -196,7 +196,7 @@ QVariant MojangAccountList::headerData(int section, Qt::Orientation orientation,
switch (section)
{
case NameColumn:
- return "The name of the version.";
+ return tr("The name of the version.");
default:
return QVariant();