diff options
author | Brion Vibber <brion@pobox.com> | 2009-11-30 12:35:35 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2009-11-30 12:35:35 -0800 |
commit | 4f71c7a9c78b2ad82498d0c72d46bfd5573ead50 (patch) | |
tree | ef9cde4041da5faa03c217040532d38b5be62505 | |
parent | 9937767a9e2f8eee9a968a406d407059cba2cba6 (diff) |
Ticket 1677: apply a couple more welcomebot fixes from TranslateWiki before the next full update
-rw-r--r-- | locale/fr/LC_MESSAGES/statusnet.po | 2 | ||||
-rw-r--r-- | locale/ru/LC_MESSAGES/statusnet.po | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/locale/fr/LC_MESSAGES/statusnet.po b/locale/fr/LC_MESSAGES/statusnet.po index 216ad5c7c..7d9301836 100644 --- a/locale/fr/LC_MESSAGES/statusnet.po +++ b/locale/fr/LC_MESSAGES/statusnet.po @@ -4079,7 +4079,7 @@ msgstr "Impossible d'établir l’inscription au groupe." #: classes/User.php:347 #, php-format msgid "Welcome to %1$s, @%2$s!" -msgstr "Bienvenu à %1$s, %2$s !" +msgstr "Bienvenu à %1$s, @%2$s !" #: lib/accountsettingsaction.php:108 msgid "Change your profile settings" diff --git a/locale/ru/LC_MESSAGES/statusnet.po b/locale/ru/LC_MESSAGES/statusnet.po index 745f3e7e7..b95b572cb 100644 --- a/locale/ru/LC_MESSAGES/statusnet.po +++ b/locale/ru/LC_MESSAGES/statusnet.po @@ -4029,7 +4029,7 @@ msgstr "Не удаётся назначить членство в группе. #: classes/User.php:347 #, php-format msgid "Welcome to %1$s, @%2$s!" -msgstr "Добро пожаловать на %1$s, %2$s!" +msgstr "Добро пожаловать на %1$s, @%2$s!" #: lib/accountsettingsaction.php:108 msgid "Change your profile settings" |