X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fdeleteapplication.php;h=9f9ac18971f972ec945c4011779659e4133e9dc3;hb=534bed9d74682d1e21c5b2a8a406f264b4bade26;hp=272a91762c7cbbeb6ee17af8ff863200656747c6;hpb=d8d9edfc990a20f67421e40a7d3055a58697a002;p=quix0rs-gnu-social.git diff --git a/actions/deleteapplication.php b/actions/deleteapplication.php index 272a91762c..9f9ac18971 100644 --- a/actions/deleteapplication.php +++ b/actions/deleteapplication.php @@ -158,13 +158,13 @@ class DeleteapplicationAction extends Action 'submit form_action-primary', 'no', // TRANS: Submit button title for 'No' when deleting an application. - _('Do not delete this application')); + _('Do not delete this application.')); $this->submit('form_action-yes', // TRANS: Button label on the delete application form. _m('BUTTON','Yes'), 'submit form_action-secondary', // TRANS: Submit button title for 'Yes' when deleting an application. - 'yes', _('Delete this application')); + 'yes', _('Delete this application.')); $this->elementEnd('fieldset'); $this->elementEnd('form'); }