diff options
author | Matteo Pasotti <matteo@mageia.org> | 2013-01-07 17:17:05 +0000 |
---|---|---|
committer | Matteo Pasotti <matteo@mageia.org> | 2013-01-07 17:17:05 +0000 |
commit | 7ff32d873460c70bc158a8cc38c04132926e5791 (patch) | |
tree | 687ddd2060e10fc9cf530870f46c96442b623566 /AdminPanel/Shared.pm | |
parent | 80b79c965d0fa811d8c6433fd999bfaebe48d2f2 (diff) | |
download | manatools-7ff32d873460c70bc158a8cc38c04132926e5791.tar manatools-7ff32d873460c70bc158a8cc38c04132926e5791.tar.gz manatools-7ff32d873460c70bc158a8cc38c04132926e5791.tar.bz2 manatools-7ff32d873460c70bc158a8cc38c04132926e5791.tar.xz manatools-7ff32d873460c70bc158a8cc38c04132926e5791.zip |
- imported rpmdragora module (still under development)
Diffstat (limited to 'AdminPanel/Shared.pm')
-rw-r--r-- | AdminPanel/Shared.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/AdminPanel/Shared.pm b/AdminPanel/Shared.pm index 0779d0ea..503a0782 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(); |