Updated a myriad of user-facing strings to refer to Azahar, not Citra

This commit is contained in:
OpenSauce04
2024-11-21 23:30:29 +00:00
parent 97207ec574
commit 08f820089e
27 changed files with 90 additions and 94 deletions

View File

@@ -274,7 +274,7 @@ bool Client::Connect() {
closesocket(main_socket);
LOG_ERROR(Network, "Incompatible server version: {}", version_value);
SignalCommunicationError("\nIncompatible Artic Base Server version.\nCheck for updates "
"to Artic Base Server or Citra.");
"to Artic Base Server or Azahar.");
return false;
}
} else {