aboutsummaryrefslogtreecommitdiffstats
path: root/AdminPanel/Shared.pm
diff options
context:
space:
mode:
authorMatteo Pasotti <matteo@mageia.org>2013-01-07 17:17:05 +0000
committerMatteo Pasotti <matteo@mageia.org>2013-01-07 17:17:05 +0000
commit7ff32d873460c70bc158a8cc38c04132926e5791 (patch)
tree687ddd2060e10fc9cf530870f46c96442b623566 /AdminPanel/Shared.pm
parent80b79c965d0fa811d8c6433fd999bfaebe48d2f2 (diff)
downloadcolin-keep-7ff32d873460c70bc158a8cc38c04132926e5791.tar
colin-keep-7ff32d873460c70bc158a8cc38c04132926e5791.tar.gz
colin-keep-7ff32d873460c70bc158a8cc38c04132926e5791.tar.bz2
colin-keep-7ff32d873460c70bc158a8cc38c04132926e5791.tar.xz
colin-keep-7ff32d873460c70bc158a8cc38c04132926e5791.zip
- imported rpmdragora module (still under development)
Diffstat (limited to 'AdminPanel/Shared.pm')
-rw-r--r--AdminPanel/Shared.pm4
1 files changed, 2 insertions, 2 deletions
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();