summaryrefslogtreecommitdiff
path: root/actions/imsettings.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/imsettings.php')
-rw-r--r--actions/imsettings.php7
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);
}