aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/gui.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Rpmdrake/gui.pm')
-rw-r--r--Rpmdrake/gui.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/gui.pm b/Rpmdrake/gui.pm
index aef9f620..5ed9f226 100644
--- a/Rpmdrake/gui.pm
+++ b/Rpmdrake/gui.pm
@@ -174,7 +174,7 @@ sub get_string_from_keywords {
return join("\n",
(member('official', @media_types)) ?
N("This is an offical update which is supported by Mandriva.")
- : N("This is an unoffical update which is <b>not supported</b>.")),
+ : N("This is an unoffical update which is <b>not supported</b>."),
$s);
} else {
$s .= N("This is an official package supported by Mandriva") . "\n" if member('official', @media_types);