summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/widgets/tabs/clanwindowtabs.cpp2
1 files changed, 1 insertions, 1 deletions
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());
}