diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-07-24 14:22:07 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-07-24 14:22:07 +0000 |
commit | 9889886340c8cb54bab4e81ff1968fe5326d3490 (patch) | |
tree | 2cd741d8773f9df13299cec17e6d2b08d3a45e7d /mdkapplet | |
parent | 7fd7dc8a21ea0583e1ebf9072324a14497a0adf8 (diff) | |
download | mgaonline-9889886340c8cb54bab4e81ff1968fe5326d3490.tar mgaonline-9889886340c8cb54bab4e81ff1968fe5326d3490.tar.gz mgaonline-9889886340c8cb54bab4e81ff1968fe5326d3490.tar.bz2 mgaonline-9889886340c8cb54bab4e81ff1968fe5326d3490.tar.xz mgaonline-9889886340c8cb54bab4e81ff1968fe5326d3490.zip |
fix a string
Diffstat (limited to 'mdkapplet')
-rwxr-xr-x | mdkapplet | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ my %state = ( colour => [ 'disabled' ], menu => [ 'upgrade_distro', 'check' ], urgency => 'low', - tt => [ N("This distribution is no more supported. There will not any more updates. You should upgrade to a newer of Mandriva Linux distribution.") ] + tt => [ N("This distribution is no more supported. There will not any more updates. You should upgrade to a newer version of the %s distribution.", N("Mandriva Linux")) ] }, unconfigured_restricted_media => { colour => [ 'bundle' ], |