diff options
author | erik <eeeeeee@utpost.se> | 2011-04-03 06:01:56 -0700 |
---|---|---|
committer | erik <eeeeeee@utpost.se> | 2011-04-03 06:01:56 -0700 |
commit | b2f6bf7c388a0a5d7146f3b8a119a325667bf97b (patch) | |
tree | 918c073d48022a713285b0eb059db992e2ab3808 /view/sv | |
parent | 89103c99ef490f2acc6e81d9af0ecb01ba3f0d6e (diff) | |
download | volse-hubzilla-b2f6bf7c388a0a5d7146f3b8a119a325667bf97b.tar.gz volse-hubzilla-b2f6bf7c388a0a5d7146f3b8a119a325667bf97b.tar.bz2 volse-hubzilla-b2f6bf7c388a0a5d7146f3b8a119a325667bf97b.zip |
Edited view/sv/strings.php via GitHub
Diffstat (limited to 'view/sv')
-rw-r--r-- | view/sv/strings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/sv/strings.php b/view/sv/strings.php index 1db8bc5cc..399261482 100644 --- a/view/sv/strings.php +++ b/view/sv/strings.php @@ -409,7 +409,7 @@ $a->strings['Profile deleted.'] = 'Profilen har tagits bort.'; $a->strings['Profile-'] = 'Profil-'; $a->strings['New profile created.'] = 'En ny profil har skapats.'; $a->strings['Profile unavailable to clone.'] = 'Det gick inte att klona profilen.'; -$a->strings['This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet.'] = 'Det här är din <strong>offentliga</strong> profil.<br />Den kan vara <strong>synlig för vem som helst</strong> på internet.'; +$a->strings['This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet.'] = 'Det här är din <strong>offentliga</strong> profil.<br />Den <strong>kan vara synlig för vem som helst</strong> på internet.'; $a->strings['Age: '] = 'Ålder: '; $a->strings['Profile Image'] = 'Profilbild'; $a->strings['Invalid OpenID url'] = 'Ogiltig OpenID-URL'; |