Explorar o código

Merge pull request #179 from Gareth422/myradicalbranch

Fixed capitalization issues
bunnei %!s(int64=11) %!d(string=hai) anos
pai
achega
be1fb2c5f2
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/citra_qt/main.cpp

+ 2 - 2
src/citra_qt/main.cpp

@@ -128,10 +128,10 @@ GMainWindow::~GMainWindow()
 
 void GMainWindow::BootGame(std::string filename)
 {
-    NOTICE_LOG(MASTER_LOG, "citra starting...\n");
+    NOTICE_LOG(MASTER_LOG, "Citra starting...\n");
 
     if (Core::Init()) {
-        ERROR_LOG(MASTER_LOG, "core initialization failed, exiting...");
+        ERROR_LOG(MASTER_LOG, "Core initialization failed, exiting...");
         Core::Stop();
         exit(1);
     }