summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2010-01-27 17:25:25 +0000
committerThierry Vignaud <tv@mandriva.org>2010-01-27 17:25:25 +0000
commitbe36012c0efdaf5cc213e06f40df2608f2994952 (patch)
tree13f9577789b7ef039e159e68fc67933028181b68
parent270c73b44ff2fd985b07072944e6b9ab4a460498 (diff)
downloadmgaonline-be36012c0efdaf5cc213e06f40df2608f2994952.tar
mgaonline-be36012c0efdaf5cc213e06f40df2608f2994952.tar.gz
mgaonline-be36012c0efdaf5cc213e06f40df2608f2994952.tar.bz2
mgaonline-be36012c0efdaf5cc213e06f40df2608f2994952.tar.xz
mgaonline-be36012c0efdaf5cc213e06f40df2608f2994952.zip
(no_more_supported_choice) better phrasing
-rwxr-xr-xmdkapplet5
1 files changed, 4 insertions, 1 deletions
diff --git a/mdkapplet b/mdkapplet
index d196ee62..5a056b7b 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -489,7 +489,7 @@ sub no_more_supported_choice() {
text => get_obsolete_message() . "\n", @common),
if_($extended_maintenance_url,
$b1 = gtknew('RadioButton',
- text => N("Get long term support for your currently installed distribution"),
+ text => N("Purchase a maintenance extension for this version (%s) and keep it running until.", $product_id->{version}),
toggled => sub {
($choice, $warn_me) = ('extended', undef) if $_[0]->get_active;
},
@@ -520,6 +520,9 @@ sub no_more_supported_choice() {
#$_ and $_->set_border_width(8) foreach $b1, $b2, $b3;
+ # explicitely wrap too long message:
+ $b1->child->set_line_wrap(1);
+
my $res = fill_n_run_portable_dialog($w, \@widgets);
setVar('DO_NOT_ASK_FOR_NO_MORE_SUPPORTED', bool2text($warn_me));