Change form editor page title, swap "New" to "Add New"

This commit is contained in:
Tautvidas Sipavičius
2016-07-29 12:28:42 +03:00
parent 18398a3bfb
commit c46ee07674
5 changed files with 5 additions and 5 deletions

View File

@ -169,7 +169,7 @@ class Menu {
add_submenu_page(
true,
$this->setPageTitle(__('Form')),
$this->setPageTitle(__('Form Editor')),
__('Form Editor'),
'manage_options',
'mailpoet-form-editor',

View File

@ -53,6 +53,6 @@
'duplicate': __('Duplicate'),
'formDuplicated': __('Form "%$1s" has been duplicated'),
'trash': __('Trash'),
'new': __('New'),
'new': __('Add New'),
}) %>
<% endblock %>

View File

@ -85,7 +85,7 @@
'sentToXSubscribers': __('Sent to %$1d subscribers'),
'resume': __('Resume'),
'pause': __('Pause'),
'new': __('New'),
'new': __('Add New'),
'templateFileMalformedError': __('This template file appears to be damaged. Please try another one.'),
'importTemplateTitle': __('Import a template'),

View File

@ -44,7 +44,7 @@
'readMore': __('Read More'),
'listSynchronized': __('List "%$1s" has been synchronized'),
'viewSubscribers': __('View Subscribers'),
'new': __('New'),
'new': __('Add New'),
'edit': __('Edit'),
'trash': __('Trash'),
'emptyTrash': __('Empty Trash'),

View File

@ -84,7 +84,7 @@
'year': __('Year'),
'month': __('Month'),
'day': __('Day'),
'new': __('New'),
'new': __('Add New'),
'import': __('Import'),
'export': __('Export'),
'save': __('Save'),