We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c2893 commit 2069459Copy full SHA for 2069459
1 file changed
src/qt-ui/qt-updater.cpp
@@ -246,7 +246,7 @@ namespace appimage {
246
if (validationResult == d->updater->VALIDATION_NOT_SIGNED) {
247
// copy permissions of the old AppImage to the new version
248
d->updater->copyPermissionsToNewFile();
249
- d->label->setText("Update Completed with warning: " + validationMessage);
+ d->label->setText("Update completed with warning: " + validationMessage);
250
palette.setColor(QPalette::Highlight, Qt::gray);
251
palette.setColor(QPalette::HighlightedText, Qt::black);
252
} else {
0 commit comments