Skip to content

Commit 2069459

Browse files
authored
corrected case
incorrect capital C there
1 parent 71c2893 commit 2069459

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/qt-ui/qt-updater.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ namespace appimage {
246246
if (validationResult == d->updater->VALIDATION_NOT_SIGNED) {
247247
// copy permissions of the old AppImage to the new version
248248
d->updater->copyPermissionsToNewFile();
249-
d->label->setText("Update Completed with warning: " + validationMessage);
249+
d->label->setText("Update completed with warning: " + validationMessage);
250250
palette.setColor(QPalette::Highlight, Qt::gray);
251251
palette.setColor(QPalette::HighlightedText, Qt::black);
252252
} else {

0 commit comments

Comments
 (0)