diff options
author | svncommit <devs@roundcube.net> | 2006-07-03 20:14:26 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2006-07-03 20:14:26 +0000 |
commit | b4b081713ee88c9a7b2515d18c36bedf966641ce (patch) | |
tree | 26f751bf24530a6974827f9efc00f80a26fb2cfb /program/localization/nl_NL/labels.inc | |
parent | 50844277ca2ce9b98f5d732b07ffe7a4627ff72c (diff) |
Workaround for drag-drop using whitespace in FF, Junk emptying, misc fixes
Diffstat (limited to 'program/localization/nl_NL/labels.inc')
-rw-r--r-- | program/localization/nl_NL/labels.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/localization/nl_NL/labels.inc b/program/localization/nl_NL/labels.inc index 5f9d5e860..ebbad9ebc 100644 --- a/program/localization/nl_NL/labels.inc +++ b/program/localization/nl_NL/labels.inc @@ -140,7 +140,7 @@ $labels['showimages'] = 'Toon afbeeldingen'; // address boook -$labels['name'] = 'Tonen als'; +$labels['name'] = 'Naam'; $labels['firstname'] = 'Voornaam'; $labels['surname'] = 'Achternaam'; $labels['email'] = 'E-Mail'; |