Message tweaks and elaborations as well as translator documentation tweaks. Based on comments by OsamaK.

This commit is contained in:
Siebrand Mazeland
2011-08-18 15:11:10 +02:00
parent 30d0a1d3d9
commit edd8045375
13 changed files with 19 additions and 19 deletions

View File

@@ -462,7 +462,7 @@ class PathsAdminPanelForm extends AdminForm
// 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.'));
}
/**