From 0c914a1d0aeed44626027355eddc833e1a974ade Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Sun, 27 Jan 2019 01:55:51 +0300
Subject: Remove extra strprintf usage from clanwindowtabs.cpp

---
 src/gui/widgets/tabs/clanwindowtabs.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/gui/widgets/tabs/clanwindowtabs.cpp b/src/gui/widgets/tabs/clanwindowtabs.cpp
index 6a830a8c3..a6544d87b 100644
--- a/src/gui/widgets/tabs/clanwindowtabs.cpp
+++ b/src/gui/widgets/tabs/clanwindowtabs.cpp
@@ -54,7 +54,7 @@ InfoClanTab::InfoClanTab(const Widget2 *const widget) :
 void InfoClanTab::resetClan()
 {
     // TRANSLATORS: not in clan label
-    mNameLabel->setCaption(strprintf(_("Not in clan")));
+    mNameLabel->setCaption(_("Not in clan"));
     mMasterLabel->setCaption(std::string());
     mMapLabel->setCaption(std::string());
 }
-- 
cgit v1.2.3-70-g09d2