diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-13 17:56:01 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-13 17:56:01 -0400 |
commit | e3f4165d6997127b7421f4db3e9ef831f79bf446 (patch) | |
tree | 3bac1b11b8b0d40bd4a2b9dc4278d0377c3f7224 /actions/imsettings.php | |
parent | bdd0091e7077e09f1c8eb5dfc2b6e6ff2aa1fb8c (diff) |
conflict resolution after pulling from mikenz
darcs-hash:20080713215601-84dde-371d54221d9ffbed500e8d3c9e0ad4bb15bd5c30.gz
Diffstat (limited to 'actions/imsettings.php')
-rw-r--r-- | actions/imsettings.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/actions/imsettings.php b/actions/imsettings.php index 368cd8b9e..904516f24 100644 --- a/actions/imsettings.php +++ b/actions/imsettings.php @@ -52,9 +52,7 @@ class ImsettingsAction extends SettingsAction { common_element_start('p'); common_element('span', 'address unconfirmed', $confirm->address); common_element('span', 'input_instructions', - sprintf(_('Awaiting confirmation on this address. Check your ' . - 'Jabber/GTalk account for a message with further ' . - 'instructions. (Did you add %s to your buddy list?)', + sprintf(_('Awaiting confirmation on this address. Check your Jabber/GTalk account for a message with further instructions. (Did you add %s to your buddy list?)', jabber_daemon_address()))); common_hidden('jabber', $confirm->address); common_element_end('p'); |