Skip to content

Commit

Permalink
AppListUpdateView: Drop mentioning OS updates
Browse files Browse the repository at this point in the history
Because OS updates has been removed from AppCenter
  • Loading branch information
ryonakano committed Jun 25, 2024
1 parent 7486de1 commit b4905cc
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 b4905cc

Please sign in to comment.