summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksec
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2013-11-21 21:15:46 +0000
committerColin Guthrie <colin@mageia.org>2013-11-21 21:24:53 +0000
commitebcfeec4ffb44186ad43662cbe2d7fbf49ca2e6d (patch)
treef9e0a61549a9a6589b045ceec82439faa980b80e /perl-install/standalone/draksec
parent3b641cb27c28bdf42865ee15f7ccd2b6c9e9d3d1 (diff)
downloaddrakx-ebcfeec4ffb44186ad43662cbe2d7fbf49ca2e6d.tar
drakx-ebcfeec4ffb44186ad43662cbe2d7fbf49ca2e6d.tar.gz
drakx-ebcfeec4ffb44186ad43662cbe2d7fbf49ca2e6d.tar.bz2
drakx-ebcfeec4ffb44186ad43662cbe2d7fbf49ca2e6d.tar.xz
drakx-ebcfeec4ffb44186ad43662cbe2d7fbf49ca2e6d.zip
draksec: Use 'Administrator password' rather than 'Root password'.
This is more accurate as you can override polkit configuration such that any user in the wheel group will acceptable rather than the 'root' user specifically. Keep existing translations however to avoid unnecessary churn.
Diffstat (limited to 'perl-install/standalone/draksec')
-rwxr-xr-xperl-install/standalone/draksec2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec
index a4716da9b..879b56e15 100755
--- a/perl-install/standalone/draksec
+++ b/perl-install/standalone/draksec
@@ -112,7 +112,7 @@ my $auth_string = N("Configure authentication required to access %s tools", N("M
my %auth = (
default => N("Default"),
no_passwd => N("No password"),
- root_passwd => N("Root password"),
+ root_passwd => N("Administrator password"),
user_passwd => N("User password"),
);