From 4d65b99c68fee83fe461b9d8d6db86a844f2a431 Mon Sep 17 00:00:00 2001 From: Mike Cochrane Date: Tue, 8 Jul 2008 06:05:19 -0400 Subject: Translate a few more strings. darcs-hash:20080708100519-533db-b326ea0bb16ea6c8244cfd00a0dd639d0553dd21.gz --- actions/imsettings.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'actions/imsettings.php') 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); } -- cgit v1.2.3-54-g00ecf