From 2b8d42b41874a26ae4f10b77995141cffac6140a Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Mon, 30 Sep 2013 12:13:31 +0200 Subject: [PATCH] fix minor spelling error, thx to Talisman Signed-off-by: Michael Kaufmann (d00p) --- lng/english.lng.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lng/english.lng.php b/lng/english.lng.php index eb338f93..0e7676ce 100644 --- a/lng/english.lng.php +++ b/lng/english.lng.php @@ -330,7 +330,7 @@ $lng['serversettings']['session_timeout']['description'] = 'How long does a user $lng['serversettings']['accountprefix']['title'] = 'Customer prefix'; $lng['serversettings']['accountprefix']['description'] = 'Which prefix should customer accounts have?'; $lng['serversettings']['mysqlprefix']['title'] = 'SQL Prefix'; -$lng['serversettings']['mysqlprefix']['description'] = 'Which prefix should MySQL accounts have?
Use "RANDOM" as vlaue to get a 3-digit random prefix'; +$lng['serversettings']['mysqlprefix']['description'] = 'Which prefix should MySQL accounts have?
Use "RANDOM" as value to get a 3-digit random prefix'; $lng['serversettings']['ftpprefix']['title'] = 'FTP Prefix'; $lng['serversettings']['ftpprefix']['description'] = 'Which prefix should ftp accounts have?'; $lng['serversettings']['documentroot_prefix']['title'] = 'Home directory';