diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-09-18 14:09:48 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-09-18 14:09:48 +0000 |
commit | 82abf1676f57348e7dbfa47475960fe1a02f5298 (patch) | |
tree | a926234aa48bbcee3213d000883951cc632ff0f0 /mdkapplet | |
parent | 3f7b9b0433bf8b330b1f057662bf4180b4916b90 (diff) | |
download | mgaonline-82abf1676f57348e7dbfa47475960fe1a02f5298.tar mgaonline-82abf1676f57348e7dbfa47475960fe1a02f5298.tar.gz mgaonline-82abf1676f57348e7dbfa47475960fe1a02f5298.tar.bz2 mgaonline-82abf1676f57348e7dbfa47475960fe1a02f5298.tar.xz mgaonline-82abf1676f57348e7dbfa47475960fe1a02f5298.zip |
typo fix (Marek Laane)
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 version of the distribution is no longer supported. There will be no furether updates. You should upgrade to a newer version of the %s distribution.", N("Mandriva Linux")) ] + tt => [ N("This version of the distribution is no longer supported. There will be no further updates. You should upgrade to a newer version of the %s distribution.", N("Mandriva Linux")) ] }, unconfigured_restricted_media => { colour => [ 'bundle' ], |