diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-08-05 22:20:04 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2019-08-05 22:20:04 +0200 |
| commit | cab5310029160b3dc2e303d874117b482915ea06 (patch) | |
| tree | 6f24cc2c7f228e820186d637b07f4ee50623c9ba /src/aoapplication.cpp | |
| parent | 230b1a76225def5de5c61efe1eb97e5324512ccf (diff) | |
missed 2 lobby related ones
Diffstat (limited to 'src/aoapplication.cpp')
| -rw-r--r-- | src/aoapplication.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/aoapplication.cpp b/src/aoapplication.cpp index c47f3507..6213acd6 100644 --- a/src/aoapplication.cpp +++ b/src/aoapplication.cpp @@ -160,8 +160,7 @@ void AOApplication::ms_connect_finished(bool connected, bool will_retry) if (will_retry) { if (lobby_constructed) - w_lobby->append_error("Error connecting to master server. Will try again in " - + QString::number(net_manager->ms_reconnect_delay) + " seconds."); + w_lobby->append_error(tr("Error connecting to master server. Will try again in %1 seconds.").arg(QString::number(net_manager->ms_reconnect_delay))); } else { |
