diff options
author | friendica <info@friendica.com> | 2013-11-03 00:38:11 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-03 00:38:11 -0700 |
commit | 8a75e9202032fd789b6b62484df976eb48b1ce16 (patch) | |
tree | c6795c63abf240a1423894ff5fa7e5bc39d85caa | |
parent | 1554b7a56a2b30b2f8c1780e960368c1c80072f9 (diff) | |
download | volse-hubzilla-8a75e9202032fd789b6b62484df976eb48b1ce16.tar.gz volse-hubzilla-8a75e9202032fd789b6b62484df976eb48b1ce16.tar.bz2 volse-hubzilla-8a75e9202032fd789b6b62484df976eb48b1ce16.zip |
rev update and de string fix
-rw-r--r-- | version.inc | 2 | ||||
-rw-r--r-- | view/de/strings.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/version.inc b/version.inc index 46f2ffbce..3c41a6753 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2013-11-02.485 +2013-11-03.486 diff --git a/view/de/strings.php b/view/de/strings.php index 7d7639966..2aa913484 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -7,7 +7,7 @@ function string_plural_select_de($n){ $a->strings["Visible to everybody"] = "Für jeden sichtbar"; $a->strings["show"] = "zeigen"; $a->strings["don't show"] = "Verbergen"; -$a->strings[" and "] = "und"; +$a->strings[" and "] = " und "; $a->strings["public profile"] = "öffentliches Profil"; $a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s hat %2\$s auf “%3\$s” geändert"; $a->strings["Visit %1\$s's %2\$s"] = "Besuche %1\$s's %2\$s"; |