From ebcfeec4ffb44186ad43662cbe2d7fbf49ca2e6d Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Thu, 21 Nov 2013 21:15:46 +0000 Subject: 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. --- perl-install/standalone/draksec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/draksec') 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"), ); -- cgit v1.2.1