From a3a5afe1198266e7c4a1bc6dd8f65062426b24c4 Mon Sep 17 00:00:00 2001 From: Jan Dalheimer Date: Sun, 2 Nov 2014 19:24:28 +0100 Subject: Fix #231: Enable translation for more strings --- logic/auth/MojangAccountList.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'logic/auth') 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(); -- cgit v1.2.3