https://bugs.kde.org/show_bug.cgi?id=405352
Bug ID: 405352 Summary: inconsistent term for reboot Product: Discover Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: discover Assignee: lei...@leinir.dk Reporter: sit...@kde.org CC: aleix...@kde.org Target Milestone: --- As per https://phabricator.kde.org/D19458 and https://phabricator.kde.org/D19459 we now prefer the term "Restart" instead of "Reboot". Discover has rebooty strings in git master though: discover/qml/UpdatesPage.qml: PropertyChanges { target: page; title: i18nc("@info", "The system requires a reboot") } discover/qml/UpdatesPage.qml: PropertyChanges { target: page; footerLabel: i18nc("@info", "Reboot") } libdiscover/backends/PackageKitBackend/PackageKitMessages.cpp: return i18n("A change by '%1' suggests your system to be rebooted.", PackageKit::Daemon::packageName(pkgid)); libdiscover/backends/PackageKitBackend/PackageKitMessages.cpp: return i18n("The system will have to be rebooted."); -- You are receiving this mail because: You are watching all bug changes.