From 7ff32d873460c70bc158a8cc38c04132926e5791 Mon Sep 17 00:00:00 2001 From: Matteo Pasotti Date: Mon, 7 Jan 2013 17:17:05 +0000 Subject: - imported rpmdragora module (still under development) --- AdminPanel/Shared.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'AdminPanel/Shared.pm') diff --git a/AdminPanel/Shared.pm b/AdminPanel/Shared.pm index 0779d0e..503a078 100644 --- a/AdminPanel/Shared.pm +++ b/AdminPanel/Shared.pm @@ -123,8 +123,8 @@ sub ask_YesOrNo { $align = $factory->createRight($layout); my $hbox = $factory->createHBox($align); - my $yesButton = $factory->createPushButton($hbox, N("Yes")); - my $noButton = $factory->createPushButton($hbox, N("No")); + my $yesButton = $factory->createPushButton($hbox, "Yes"); + my $noButton = $factory->createPushButton($hbox, "No"); my $event = $msg_box->waitForEvent(); -- cgit v1.2.1