aboutsummaryrefslogtreecommitdiffstats
path: root/AdminPanel/Shared.pm
diff options
context:
space:
mode:
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 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();