diff options
author | Mike Cochrane <mikec@mikenz.geek.nz> | 2008-07-08 06:05:19 -0400 |
---|---|---|
committer | Mike Cochrane <mikec@mikenz.geek.nz> | 2008-07-08 06:05:19 -0400 |
commit | 4d65b99c68fee83fe461b9d8d6db86a844f2a431 (patch) | |
tree | b4150e76baed3a63b12aae2c42d29fd0b3a74d33 /actions/imsettings.php | |
parent | 0f502b8d8656bf9f1340611893dd0e4d736aeea3 (diff) |
Translate a few more strings.
darcs-hash:20080708100519-533db-b326ea0bb16ea6c8244cfd00a0dd639d0553dd21.gz
Diffstat (limited to 'actions/imsettings.php')
-rw-r--r-- | actions/imsettings.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/actions/imsettings.php b/actions/imsettings.php index c0fa5014e..1cf3c4e69 100644 --- a/actions/imsettings.php +++ b/actions/imsettings.php @@ -191,11 +191,8 @@ class ImsettingsAction extends SettingsAction { $jabber); } - # XXX: I18N - - $msg = 'A confirmation code was sent to the IM address you added. ' . - ' You must approve ' . jabber_daemon_address() . - ' for sending messages to you.'; + $msg = sprintf(_('A confirmation code was sent to the IM address you added. ' . + 'You must approve %s for sending messages to you.'), jabber_daemon_address()); $this->show_form($msg, TRUE); } |