summaryrefslogtreecommitdiff
path: root/src/citron/multiplayer
diff options
context:
space:
mode:
Diffstat (limited to 'src/citron/multiplayer')
-rw-r--r--src/citron/multiplayer/host_room.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/citron/multiplayer/host_room.cpp b/src/citron/multiplayer/host_room.cpp
index 2e6a9e1f4..243244e06 100644
--- a/src/citron/multiplayer/host_room.cpp
+++ b/src/citron/multiplayer/host_room.cpp
@@ -183,8 +183,7 @@ void HostRoomWindow::Host() {
if (result.result_code != WebService::WebResult::Code::Success) {
QMessageBox::warning(
this, tr("Error"),
- tr("Failed to announce the room to the public lobby. In order to host a "
- "room publicly, you must have a valid citron account configured in "
+ tr("To host a room publicly, you must have a valid citron account configured in "
"Emulation -> Configure -> Web. If you do not want to publish a room in "
"the public lobby, then select Unlisted instead.\nDebug Message: ") +
QString::fromStdString(result.result_string),