*/
function formActions()
{
- // TRANS: Title for button to save access settings in site admin panel.
- $title = _('Save access settings');
- // TRANS: Tooltip for button to save access settings in site admin panel.
+ // TRANS: Button title to save access settings in site admin panel.
+ $title = _('Save access settings.');
+ // TRANS: Button text to save access settings in site admin panel.
$this->out->submit('submit', _m('BUTTON', 'Save'), 'submit', null, $title);
}
}
'submit',
null,
// TRANS: Button title for user account deletion.
- _('Permanently delete your account'));
+ _('Permanently delete your account.'));
}
}
// TRANS: Button text to store form data in the Paths admin panel.
$this->out->submit('save', _m('BUTTON','Save'), 'submit',
// TRANS: Button title text to store form data in the Paths admin panel.
- 'save', _('Save paths'));
+ 'save', _('Save path settings.'));
}
/**
_m('BUTTON','Save'),
'submit',
null,
- // TRANS: Title for button to save site notice in admin panel.
+ // TRANS: Button title to save site notice in admin panel.
_('Save site notice.')
);
}
_m('BUTTON','Save'),
'submit',
null,
- // TRANS: Title for button to save snapshot settings.
+ // TRANS: Button title to save snapshot settings.
_('Save snapshot settings.')
);
}
_m('BUTTON','Save'),
'submit',
null,
- // TRANS: Title for button to save user settings in user admin panel.
+ // TRANS: Button title to save user settings in user admin panel.
_('Save user settings.'));
}
}
// TRANS: Button label in the "Edit application" form.
$this->out->submit('cancel', _m('BUTTON','Cancel'), 'submit form_action-primary',
// TRANS: Submit button title.
- 'cancel', _('Cancel'));
+ 'cancel', _('Cancel application changes.'));
// TRANS: Button label in the "Edit application" form.
$this->out->submit('save', _m('BUTTON','Save'), 'submit form_action-secondary',
// TRANS: Submit button title.
- 'save', _('Save'));
+ 'save', _('Save application changes.'));
}
}
_m('BUTTON','Disfavor favorite'),
'submit',
null,
- // TRANS: Title for button text for removing the favourite status for a favourite notice.
- _('Disfavor this notice'));
+ // TRANS: Button title for removing the favourite status for a favourite notice.
+ _('Remove this notice from your list of favorite notices.'));
}
/**
_m('BUTTON','Favor'),
'submit',
null,
- // TRANS: Title for button text for adding the favourite status to a notice.
- _('Favor this notice'));
+ // TRANS: Button title for adding the favourite status to a notice.
+ _('Add this notice to your list of favorite notices.');
}
/**
'submit',
null,
// TRANS: Submit button title.
- _m('TOOLTIP', 'Block this user'));
+ _m('TOOLTIP', 'Block this user so that they can no longer post messages to it.'));
}
}
'submit',
null,
// TRANS: Submit button title.
- _m('TOOLTIP','Make this user an admin'));
+ _m('TOOLTIP','Make this user an admin.'));
}
}
$this->out->elementStart('a', array('href' => $reply_url,
'class' => 'notice_reply',
// TRANS: Link title in notice list item to reply to a notice.
- 'title' => _('Reply to this notice')));
+ 'title' => _('Reply to this notice.')));
// TRANS: Link text in notice list item to reply to a notice.
$this->out->text(_('Reply'));
$this->out->text(' ');
$this->out->element('a', array('href' => $deleteurl,
'class' => 'notice_delete',
// TRANS: Link title in notice list item to delete a notice.
- 'title' => _('Delete this notice')),
+ 'title' => _('Delete this notice from the timeline.')),
// TRANS: Link text in notice list item to delete a notice.
_('Delete'));
}
// TRANS: Button text on unsubscribe form.
$this->out->submit('submit', _m('BUTTON','Unsubscribe'), 'submit', null,
// TRANS: Button title on unsubscribe form.
- _('Unsubscribe from this user'));
+ _('Unsubscribe from this user.'));
}
}