diff options
author | plegall <plg@piwigo.org> | 2011-07-05 19:58:40 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-07-05 19:58:40 +0000 |
commit | 9100a54efdccb1bc59795a79af57f2b33b7d1370 (patch) | |
tree | dace59c2121d9e09028cc3560937e05b7235011b /language/nl_NL/admin.lang.php | |
parent | ea8bd93420af754a05f06203587961ae0365947c (diff) |
grammar error fixed in english (and in language key)
git-svn-id: http://piwigo.org/svn/trunk@11641 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/nl_NL/admin.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/nl_NL/admin.lang.php b/language/nl_NL/admin.lang.php index 06fb3b450..247d5fdc7 100644 --- a/language/nl_NL/admin.lang.php +++ b/language/nl_NL/admin.lang.php @@ -805,7 +805,7 @@ $lang['Complete'] = 'Compleet'; $lang['Deactivate all'] = 'Deactiveer alles'; $lang['Default photos order'] = 'Standaard foto volgorde'; $lang['Restore'] = 'Herstel'; -$lang['Restore default configuration. You will lost your plugin settings!'] = 'Herstel de standaard instellingen. Je zal alle plugin instellingen kwijtraken!'; +$lang['Restore default configuration. You will lose your plugin settings!'] = 'Herstel de standaard instellingen. Je zal alle plugin instellingen kwijtraken!'; $lang['Show menubar'] = 'Toon menubalk'; $lang['Updates'] = 'Updates'; $lang['Update in progress... Please wait.'] = 'Bezig met updaten... Even geduld aub'; |