diff options
author | Robby- <robby@chat.be> | 2014-03-10 22:30:41 +0100 |
---|---|---|
committer | Robby- <robby@chat.be> | 2014-03-10 22:30:41 +0100 |
commit | 85834e19dca3c83be648fb28801b086b68e85926 (patch) | |
tree | 36b38dd7cdb6157b5cdaeb804c9cb8c09aeceda6 /modules/ns_maxemail.cpp | |
parent | ca6b3723a93c60ad2f0ec50074189d4bedcf32bc (diff) |
Update the dutch language file.
ns_maxemail: Bold code 2 -> 002.
Diffstat (limited to 'modules/ns_maxemail.cpp')
-rw-r--r-- | modules/ns_maxemail.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/ns_maxemail.cpp b/modules/ns_maxemail.cpp index 432fe81d0..275cf0991 100644 --- a/modules/ns_maxemail.cpp +++ b/modules/ns_maxemail.cpp @@ -25,9 +25,9 @@ class NSMaxEmail : public Module return false; if (NSEmailMax == 1) - source.Reply(_("The email address \2%s\2 has reached its usage limit of 1 user."), email.c_str()); + source.Reply(_("The email address \002%s\002 has reached its usage limit of 1 user."), email.c_str()); else - source.Reply(_("The email address \2%s\2 has reached its usage limit of %d users."), email.c_str(), NSEmailMax); + source.Reply(_("The email address \002%s\002 has reached its usage limit of %d users."), email.c_str(), NSEmailMax); return true; } |