summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-09-25 12:10:36 -0700
committerBrion Vibber <brion@pobox.com>2010-09-25 12:10:36 -0700
commita6469aeed88a400d5d38d75a210417de4af4eea7 (patch)
tree2683ddd14649e9c52d8bdfe8d9ed0f7e37cb7b2a /actions
parent0dc5080a5d71444ad6dab3d3eb8aa30b16d201a1 (diff)
Fix PHP syntax errors introduced during localization fixups in a few files.
Diffstat (limited to 'actions')
-rw-r--r--actions/groupmembers.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/groupmembers.php b/actions/groupmembers.php
index 038d1db68..d03d0b5a3 100644
--- a/actions/groupmembers.php
+++ b/actions/groupmembers.php
@@ -400,7 +400,7 @@ class GroupBlockForm extends Form
'submit',
null,
// TRANS: Submit button title.
- _m('TOOLTIP',_('Block this user'));
+ _m('TOOLTIP', 'Block this user'));
}
}