summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/hd_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-11 17:13:33 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-11 17:13:33 +0000
commitce2b4d83c4c55e102ef5446995a346299e640302 (patch)
tree06898dbc1930590074bbd5cb74adf24231ed191f /perl-install/diskdrake/hd_gtk.pm
parentf6366923e6f5dadb5682a36c6f4139b9f045be92 (diff)
downloaddrakx-backup-do-not-use-ce2b4d83c4c55e102ef5446995a346299e640302.tar
drakx-backup-do-not-use-ce2b4d83c4c55e102ef5446995a346299e640302.tar.gz
drakx-backup-do-not-use-ce2b4d83c4c55e102ef5446995a346299e640302.tar.bz2
drakx-backup-do-not-use-ce2b4d83c4c55e102ef5446995a346299e640302.tar.xz
drakx-backup-do-not-use-ce2b4d83c4c55e102ef5446995a346299e640302.zip
remove ending "!" from "Read carefully!"
Diffstat (limited to 'perl-install/diskdrake/hd_gtk.pm')
-rw-r--r--perl-install/diskdrake/hd_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm
index 2e79cc473..dbccf5cdb 100644
--- a/perl-install/diskdrake/hd_gtk.pm
+++ b/perl-install/diskdrake/hd_gtk.pm
@@ -100,7 +100,7 @@ sub main {
$notebook_widget->signal_connect(realize => $update_all);
$w->sync;
$done_button->grab_focus;
- $in->ask_from_list_(N("Read carefully!"), N("Please make a backup of your data first"),
+ $in->ask_from_list_(N("Read carefully"), N("Please make a backup of your data first"),
[ N_("Exit"), N_("Continue") ], N_("Continue")) eq N_("Continue") or return
if $::isStandalone;