[utilities/kate] addons/git-blame: Capitalize "Commit" word

Christoph Cullmann <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit f018e7ba9a42a3f89b48ef11ad990e150ce9c4ef by Christoph Cullmann, on behalf of Leo Ruggeri.
Committed on 25/07/2026 at 11:45.
Pushed by cullmann into branch 'master'.

Capitalize "Commit" word

M  +1    -1    addons/git-blame/kategitblameplugin.cpp

https://invent.kde.org/utilities/kate/-/commit/f018e7ba9a42a3f89b48ef11ad990e150ce9c4ef

diff --git a/addons/git-blame/kategitblameplugin.cpp b/addons/git-blame/kategitblameplugin.cpp
index 8a4993611a..93919ac8c9 100644
--- a/addons/git-blame/kategitblameplugin.cpp
+++ b/addons/git-blame/kategitblameplugin.cpp
@@ -436,7 +436,7 @@ void KateGitBlamePluginView::showFinished(int exitCode, QProcess::ExitStatus exi
     if (start != -1) {
         int end = stdOut.indexOf(u'\n', start);
         if (end != -1) {
-            stdOut.insert(end, QLatin1String(" (<a href=\"%1\">Open commit</a>)").arg(commitHashArg));
+            stdOut.insert(end, QLatin1String(" (<a href=\"%1\">Open Commit</a>)").arg(commitHashArg));
         }
     }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.