diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-03-01 22:28:38 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-03-01 22:28:38 +0100 |
commit | 8e102da76cc7466bffb67cb591927f123ed74c12 (patch) | |
tree | 57ffb038cc8ffb3445e05ec1ccb39d678de5f836 /actions | |
parent | 5a14264f0c75b7475d420cf51f5eaebc96bc1f8a (diff) |
Add contextual documentation to allow better localisation.
Diffstat (limited to 'actions')
-rw-r--r-- | actions/useradminpanel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/useradminpanel.php b/actions/useradminpanel.php index 6813222f5..ce87d090a 100644 --- a/actions/useradminpanel.php +++ b/actions/useradminpanel.php @@ -55,7 +55,7 @@ class UseradminpanelAction extends AdminPanelAction function title() { - return _('User'); + return _m('User admin panel title', 'User'); } /** |