Patch #15075
Fix typo in the Dutch "label_user_mail_option_all" translation
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Translations | |||
Target version: | 2.4.0 |
Description
https://github.com/redmine/redmine/pull/19
diff --git a/config/locales/nl.yml b/config/locales/nl.yml
index da86aa8..e9459be 100644
--- a/config/locales/nl.yml
+++ b/config/locales/nl.yml
@@ -583,7 +583,7 @@ nl:
label_user: Gebruiker
label_user_activity: "%{value}'s activiteit"
label_user_mail_no_self_notified: Ik wil niet op de hoogte gehouden worden van mijn eigen wijzigingen
- label_user_mail_option_all: "Bij elk gebeurtenis in al mijn projecten..."
+ label_user_mail_option_all: "Bij elke gebeurtenis in al mijn projecten..."
label_user_mail_option_selected: "Enkel bij elke gebeurtenis op het geselecteerde project..."
label_user_new: Nieuwe gebruiker
label_user_plural: Gebruikers
Associated revisions
fix typo in the Dutch "label_user_mail_option_all" translation (#15075)
History
#1
Updated by Toshi MARUYAMA over 9 years ago
- Subject changed from Fix typo in the Dutch to Fix typo in the Dutch "label_user_mail_option_all" translation
#2
Updated by Toshi MARUYAMA over 9 years ago
- Status changed from New to Closed
Committed in trunk r12203.