]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
change element_start to element for instructions
authorEvan Prodromou <evan@controlyourself.ca>
Mon, 8 Dec 2008 07:26:29 +0000 (02:26 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Mon, 8 Dec 2008 07:26:29 +0000 (02:26 -0500)
darcs-hash:20081208072629-5ed1f-90935f7a2a3d99a4c21b6390eb3fc941117c2580.gz

actions/block.php

index 19a5c63d40af562d63ba3fad27b6c69e73eef268..b507af3249cf39e6867b5fa22c37318a9e18e746 100644 (file)
@@ -77,11 +77,11 @@ class BlockAction extends Action {
 
                common_show_header(_('Block user'));
 
-        common_element_start('p', NULL,
-                             _('Are you sure you want to block this user? '.
-                               'Afterwards, they will be unsubscribed from you, '.
-                               'unable to subscribe to you in the future, and '.
-                               'you will not be notified of any @-replies from them.'));
+        common_element('p', NULL,
+                       _('Are you sure you want to block this user? '.
+                         'Afterwards, they will be unsubscribed from you, '.
+                         'unable to subscribe to you in the future, and '.
+                         'you will not be notified of any @-replies from them.'));
 
         common_element_start('form', array('id' => 'block-' . $id,
                                            'method' => 'post',