summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/logdrake
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-02-07 17:30:43 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-02-07 17:30:43 +0000
commit6e370a77b89883a2e8ba4232cfd7fe3e79a8adb2 (patch)
tree59b395e1a4a3550cdfc134a9f405aa3777d98f3b /perl-install/standalone/logdrake
parent93db2b559efc4f37eb385d1131e81b4441c65007 (diff)
downloaddrakx-backup-do-not-use-6e370a77b89883a2e8ba4232cfd7fe3e79a8adb2.tar
drakx-backup-do-not-use-6e370a77b89883a2e8ba4232cfd7fe3e79a8adb2.tar.gz
drakx-backup-do-not-use-6e370a77b89883a2e8ba4232cfd7fe3e79a8adb2.tar.bz2
drakx-backup-do-not-use-6e370a77b89883a2e8ba4232cfd7fe3e79a8adb2.tar.xz
drakx-backup-do-not-use-6e370a77b89883a2e8ba4232cfd7fe3e79a8adb2.zip
English typo and disambiguation of some strings
Diffstat (limited to 'perl-install/standalone/logdrake')
-rwxr-xr-xperl-install/standalone/logdrake10
1 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake
index 48c3614bd..bff4995bf 100755
--- a/perl-install/standalone/logdrake
+++ b/perl-install/standalone/logdrake
@@ -108,10 +108,10 @@ my $col = 'darkcyan';
######### font and colors end
my %files = (
- "auth" => { file => "/var/log/auth.log", desc => N("Authentication") },
- "user" => { file => "/var/log/user.log", desc => N("User") },
- "messages" => { file => "/var/log/messages", desc => N("Messages") },
- "syslog" => { file => "/var/log/syslog", desc => N("Syslog") },
+ "auth" => { file => "/var/log/auth.log", desc => N("_:this is the auth.log log file\nAuthentication") },
+ "user" => { file => "/var/log/user.log", desc => N("_:this is the user.log log file\nUser") },
+ "messages" => { file => "/var/log/messages", desc => N("_:this is the /var/log/messages log file\nMessages") },
+ "syslog" => { file => "/var/log/syslog", desc => N("_:this is the /var/log/syslog log file\nSyslog") },
"explanations" => { file => "/var/log/explanations", desc => $explain_title }
);
@@ -417,7 +417,7 @@ sub alert_config() {
return 1;
}
if (member($options{MAIL}, map { $_->[0] } list_passwd()) && $options{SMP} !~ /localhost/) {
- err_dialog(N("Error"), N("\"%s\" is a local user but you did not select a local smtp, so you must use a complete email address!", $options{MAIL}));
+ err_dialog(N("Error"), N("\"%s\" is a local user, but you did not select a local smtp, so you must use a complete email address!", $options{MAIL}));
return 1;
}
},