From: Siebrand Mazeland Date: Thu, 18 Aug 2011 12:21:43 +0000 (+0200) Subject: Simplify message. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=30d0a1d3d937ef4af8a1ddf04fc0b2ac919a04b2;p=quix0rs-gnu-social.git Simplify message. --- diff --git a/actions/imsettings.php b/actions/imsettings.php index e809981a3f..809dbd2879 100644 --- a/actions/imsettings.php +++ b/actions/imsettings.php @@ -67,7 +67,7 @@ class ImsettingsAction extends SettingsAction // TRANS: [instant messages] is link text, "(%%doc.im%%)" is the link. // TRANS: the order and formatting of link text and link should remain unchanged. return _('You can send and receive notices through '. - 'instant messaging [instant messages](%%doc.im%%). '. + '[instant messaging](%%doc.im%%). '. 'Configure your addresses and settings below.'); }