diff options
-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'; |