diff options
Diffstat (limited to 'view/nl/strings.php')
-rw-r--r-- | view/nl/strings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/nl/strings.php b/view/nl/strings.php index 472a69829..7be347e53 100644 --- a/view/nl/strings.php +++ b/view/nl/strings.php @@ -10,7 +10,7 @@ $a->strings["Profile Photos"] = "Profielfoto's"; $a->strings["%1\$s is now friends with %2\$s"] = "%1\$s is nu bevriend met %2\$s"; $a->strings["Sharing notification from Diaspora network"] = "Notificatie delen vanuit het Diaspora-netwerk"; $a->strings["photo"] = "foto"; -$a->strings["status"] = "status"; +$a->strings["status"] = "bericht"; $a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s vindt %3\$s van %2\$s leuk"; $a->strings["Attachments:"] = "Bijlagen:"; $a->strings["Embedded content"] = "Ingesloten inhoud"; |