Update string_manager_client.cpp

develop
Jan Boon 4 years ago committed by GitHub
parent afa22ee22b
commit 2bb13937e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1648,7 +1648,7 @@ const char *CStringManagerClient::getLocalizedName(const string &uctext)
} }
else if (textLocalizations[i].substr(0, 3) == "wk]") else if (textLocalizations[i].substr(0, 3) == "wk]")
{ {
defaultText = extLocalizations[i].substr(3); defaultText = textLocalizations[i].substr(3);
} }
} }
} }

Loading…
Cancel
Save