diff options
Diffstat (limited to 'mgaapplet-upgrade-helper')
-rwxr-xr-x | mgaapplet-upgrade-helper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mgaapplet-upgrade-helper b/mgaapplet-upgrade-helper index b93ad061..bcebed42 100755 --- a/mgaapplet-upgrade-helper +++ b/mgaapplet-upgrade-helper @@ -153,7 +153,7 @@ sub create_upgrade_succeeded_window() { gtkadd($w->{window}, gtknew('VBox', children_tight => [ get_banner(), - gtknew('Label_Left', text => N("Upgrade to Mageia %s release was successfull.", $new_distro_version), + gtknew('Label_Left', text => N("Upgrade to Mageia %s release was successful.", $new_distro_version), @common), gtknew('Label_Left', text => N("You must restart your system."), @common), create_okcancel($w, N("Reboot"), N("Cancel")), |