From 9b89182d4e71dee30a69793a6c714941d8bc16cc Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 19 Jan 2010 10:53:43 -0500 Subject: [PATCH] Improved input checks in the DNS wizard. Related to: FS#939 - DNS Bug --- interface/web/tools/lib/lang/nl.lng | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/web/tools/lib/lang/nl.lng b/interface/web/tools/lib/lang/nl.lng index ce91e2e..655fb7e 100644 --- a/interface/web/tools/lib/lang/nl.lng +++ b/interface/web/tools/lib/lang/nl.lng @@ -1,7 +1,7 @@ <?php -$wb['User Settings'] = 'Instellingen gebruiker'; +$wb['User Settings'] = 'Gebruikersinstellingen'; $wb['Settings'] = 'Instellingen'; $wb['ISPConfig Tools'] = 'ISPConfig Tools'; -$wb['Password and Language'] = 'Wachtwoord en Taal'; +$wb['Password and Language'] = 'Wachtwoord en taal'; ?> -- Gitblit v1.9.1