From 284b1dc0145fe7445132b43e55be6a42213de063 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Tue, 2 Mar 2010 16:38:36 +0100 Subject: * Change translator documentation using _m() as designed together with Brion * Add more translator documentation Signed-off-by: Siebrand Mazeland --- actions/invite.php | 3 ++- actions/useradminpanel.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'actions') diff --git a/actions/invite.php b/actions/invite.php index 848607f96..54b2de62a 100644 --- a/actions/invite.php +++ b/actions/invite.php @@ -194,7 +194,8 @@ class InviteAction extends CurrentUserDesignAction _('Optionally add a personal message to the invitation.')); $this->elementEnd('li'); $this->elementEnd('ul'); - $this->submit('send', _m('Send button for inviting friends', 'Send')); + // TRANS: Send button for inviting friends + $this->submit('send', _m('BUTTON', 'Send')); $this->elementEnd('fieldset'); $this->elementEnd('form'); } diff --git a/actions/useradminpanel.php b/actions/useradminpanel.php index ce87d090a..ee9c23076 100644 --- a/actions/useradminpanel.php +++ b/actions/useradminpanel.php @@ -55,7 +55,8 @@ class UseradminpanelAction extends AdminPanelAction function title() { - return _m('User admin panel title', 'User'); + // TRANS: User admin panel title + return _m('TITLE', 'User'); } /** -- cgit v1.2.3-54-g00ecf