From aadaae7ad2bfea0d1027f3da1fa0286653b580a2 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Tue, 22 Oct 2024 14:19:14 +0200 Subject: Various small fixes to translatable strings Mostly adjustments based on feedback from the Finnish translator. --- src/gui/socialwindow.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/gui/socialwindow.cpp') diff --git a/src/gui/socialwindow.cpp b/src/gui/socialwindow.cpp index 79a0fd53..065d0b0a 100644 --- a/src/gui/socialwindow.cpp +++ b/src/gui/socialwindow.cpp @@ -593,8 +593,7 @@ void SocialWindow::showGuildInvite(const std::string &guildName, // check there isnt already an invite showing if (mGuildInvited != 0) { - SERVER_NOTICE(_("Received guild request, but one already " - "exists.")) + SERVER_NOTICE(_("Received guild request, but one already exists.")) return; } @@ -660,7 +659,7 @@ void SocialWindow::showPartyCreate() if (local_player->getParty()) { new OkDialog(_("Create Party"), - _("Cannot create party. You are already in a party"), + _("Cannot create party. You are already in a party."), true, this); return; } -- cgit v1.2.3-70-g09d2