diff options
author | Janyk Steenbeek <info@janyksteenbeek.nl> | 2015-10-06 12:02:08 +0200 |
---|---|---|
committer | Janyk Steenbeek <info@janyksteenbeek.nl> | 2015-10-06 12:02:08 +0200 |
commit | 7c4d8738ee50a3e8f99a0a3c9304fc5ce586a6f8 (patch) | |
tree | ec74fd8a9be40c4d2cede041abc11111f451d164 /app/Locale/nl_NL | |
parent | ca62d68788d17b063a5641325f597f5342328841 (diff) |
Changed NL translation of 'Remaining'
I personally think Resterend fits in better then Restant because its fits better in the sentence. Please let me know if you prefer a different approach.
Diffstat (limited to 'app/Locale/nl_NL')
-rw-r--r-- | app/Locale/nl_NL/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/nl_NL/translations.php b/app/Locale/nl_NL/translations.php index 496173cd..5ee15c25 100644 --- a/app/Locale/nl_NL/translations.php +++ b/app/Locale/nl_NL/translations.php @@ -313,7 +313,7 @@ return array( 'Estimate:' => 'Schatting :', 'Spent:' => 'Besteed :', 'Do you really want to remove this sub-task?' => 'Weet u zeker dat u deze subtaak wil verwijderen ?', - 'Remaining:' => 'Restant :', + 'Remaining:' => 'Resterend :', 'hours' => 'uren', 'spent' => 'besteed', 'estimated' => 'geschat', |