[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdevelop] debuggers/lldb: Fix UI string: use the proper case for LLDB
From:       Luigi Toscano <luigi.toscano () tiscali ! it>
Date:       2016-11-30 23:21:37
Message-ID: E1cCEC1-0006yH-Ek () code ! kde ! org
[Download RAW message or body]

Git commit 06cef8ff4953f7633119dd895a3791bd34ee4bf7 by Luigi Toscano.
Committed on 30/11/2016 at 23:20.
Pushed by ltoscano into branch 'master'.

Fix UI string: use the proper case for LLDB

M  +2    -2    debuggers/lldb/debugsession.cpp

https://commits.kde.org/kdevelop/06cef8ff4953f7633119dd895a3791bd34ee4bf7

diff --git a/debuggers/lldb/debugsession.cpp b/debuggers/lldb/debugsession.cpp
index d149cb5..21a24a7 100644
--- a/debuggers/lldb/debugsession.cpp
+++ b/debuggers/lldb/debugsession.cpp
@@ -150,9 +150,9 @@ MICommand *DebugSession::createUserCommand(const QString& cmd) const
 {
     if (m_hasCorrectCLIOutput)
         return MIDebugSession::createUserCommand(cmd);
-    auto msg = i18n("Attempting to execute user command on unsupported lldb version");
+    auto msg = i18n("Attempting to execute user command on unsupported LLDB version");
     emit debuggerInternalOutput(msg);
-    qCDebug(DEBUGGERLLDB) << "Attempting user command on unsupported lldb version";
+    qCDebug(DEBUGGERLLDB) << "Attempting user command on unsupported LLDB version";
     return nullptr;
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic