Skip to content

Commit

Permalink
Application: "successfully" is redundant (#1457)
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidyjames authored Dec 9, 2020
1 parent 8ce6277 commit 6ce566d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ public class AppCenter.App : Gtk.Application {
}

var notification = new Notification (_("Application installed"));
notification.set_body (_("%s has been successfully installed").printf (package.get_name ()));
notification.set_body (_("%s has been installed").printf (package.get_name ()));
notification.set_icon (new ThemedIcon ("system-software-install"));
notification.set_default_action ("app.open-application");

Expand Down

0 comments on commit 6ce566d

Please sign in to comment.