From 4399dfb853c4fee303485baf155c62ccd991f074 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 22 Oct 2008 12:19:14 +0000 Subject: (confirm_upgrade,really_confirm_upgrade) replace Yes/No by Next/Cancel --- mdkapplet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdkapplet') diff --git a/mdkapplet b/mdkapplet index 409a513b..4b46e6ce 100755 --- a/mdkapplet +++ b/mdkapplet @@ -362,7 +362,7 @@ sub confirm_upgrade() { gtknew('Label_Left', text => N("Do you want to upgrade to the '\%s' distribution?", $new_distro->{name} || $new_distro->{version}), @common), gtknew('CheckButton', text => N("Do not ask me next time"), active_ref => \$warn_me), - create_okcancel($w, N("Yes"), N("No")), + create_okcancel($w, N("Next"), N("Cancel")), ]), ); $link->set_uri_hook(sub { @@ -400,7 +400,7 @@ sub really_confirm_upgrade() { N("You should put your laptop on AC and favor ethernet connection over wifi, if available.") : ''), @common), - create_okcancel($w, N("Yes"), N("No")), + create_okcancel($w, N("Next"), N("Cancel")), ]), ); $w->{ok}->grab_focus; -- cgit v1.2.1