summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2010-01-27 17:25:18 +0000
committerThierry Vignaud <tv@mandriva.org>2010-01-27 17:25:18 +0000
commit4c958f05954493d20c324083c512376933c9bfc0 (patch)
tree4209a0bb2f2d16a2e94f382e66598065dbca8635
parent7c553fce7eeb527da565e888a050cae03344bae5 (diff)
downloadmgaonline-4c958f05954493d20c324083c512376933c9bfc0.tar
mgaonline-4c958f05954493d20c324083c512376933c9bfc0.tar.gz
mgaonline-4c958f05954493d20c324083c512376933c9bfc0.tar.bz2
mgaonline-4c958f05954493d20c324083c512376933c9bfc0.tar.xz
mgaonline-4c958f05954493d20c324083c512376933c9bfc0.zip
(refresh_no_more_supported_msg) share first phrase
-rwxr-xr-xmdkapplet2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkapplet b/mdkapplet
index 638cd24c..d196ee62 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -456,7 +456,7 @@ sub get_obsolete_message() {
}
sub refresh_no_more_supported_msg() {
- my $basic_msg = N("This version of the distribution is no longer supported. There will be no further updates.");
+ my $basic_msg = get_obsolete_message_();
my $distro = N("Mandriva Linux");
my $msg;