summaryrefslogtreecommitdiffstats
path: root/control-center
diff options
context:
space:
mode:
authorOliver Burger <obgr_seneca@mageia.org>2011-05-03 13:23:38 +0000
committerOliver Burger <obgr_seneca@mageia.org>2011-05-03 13:23:38 +0000
commit3f55e1006b382b210e893b3abc52947816f51485 (patch)
tree8bf1d4d5a48cf7ae08ba4ad4a04c2305c47bb91b /control-center
parentf5439bfe35f0fd753b698f378b5b3c41acb708fd (diff)
downloadcontrol-center-3f55e1006b382b210e893b3abc52947816f51485.tar
control-center-3f55e1006b382b210e893b3abc52947816f51485.tar.gz
control-center-3f55e1006b382b210e893b3abc52947816f51485.tar.bz2
control-center-3f55e1006b382b210e893b3abc52947816f51485.tar.xz
control-center-3f55e1006b382b210e893b3abc52947816f51485.zip
- fixed typo (Bug #959)
- corrected pot file so it will pass msgfmt -c
Diffstat (limited to 'control-center')
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index 30d7a9bd..c5eb5499 100755
--- a/control-center
+++ b/control-center
@@ -302,7 +302,7 @@ my @tree = (
$id;
} ( # [ id, wizard file name, icon, description ]
[ "Local Admin", 'local-administration-mdk', '--direct', N("Local administration"),
- (-e "/usr/bin/webmin" ? N("Configure the local machine via web interface") : N("You don't seem to have webmin intalled. Local config is disabled"))
+ (-e "/usr/bin/webmin" ? N("Configure the local machine via web interface") : N("You don't seem to have webmin installed. Local config is disabled"))
],
[ "Remote Admin", 'remote-administration-mdk', '--link', N("Remote administration"),
N("Click here if you want to configure a remote box via Web interface"),