Skip to content

Commit

Permalink
[patchmanagerobject.cpp] Capitalise "i" in output string
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Nov 27, 2024
1 parent b0562da commit 55d3ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/patchmanager-daemon/patchmanagerobject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ void PatchManagerObject::doStartLocalServer()
*/
void PatchManagerObject::initialize()
{
qInfo() << "Patchmanager: initialized version " << qApp->applicationVersion();
qInfo() << "Patchmanager: Initialized version " << qApp->applicationVersion();

QTranslator *translator = new QTranslator(this);
bool success = translator->load(QLocale(getLang()),
Expand Down

0 comments on commit 55d3ebe

Please sign in to comment.