Skip to content

Commit

Permalink
AppListUpdateView: Drop mentioning OS updates (#2195)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano authored Jun 25, 2024
1 parent 397e130 commit a8520e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/AppListUpdateView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace AppCenter.Views {
installed_liststore = new ListStore (typeof (AppCenterCore.Package));

var loading_view = new Granite.Placeholder (_("Checking for Updates")) {
description = _("Downloading a list of available updates to the OS and installed apps"),
description = _("Downloading a list of available updates to the installed apps"),
icon = new ThemedIcon ("sync-synchronizing")
};

Expand Down

0 comments on commit a8520e3

Please sign in to comment.