diff options
author | Thierry Vignaud <tv@mandriva.org> | 2010-01-27 17:25:18 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2010-01-27 17:25:18 +0000 |
commit | 4c958f05954493d20c324083c512376933c9bfc0 (patch) | |
tree | 4209a0bb2f2d16a2e94f382e66598065dbca8635 | |
parent | 7c553fce7eeb527da565e888a050cae03344bae5 (diff) | |
download | mgaonline-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-x | mdkapplet | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |