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( add_submenu_page(
true, true,
$this->setPageTitle(__('Form')), $this->setPageTitle(__('Form Editor')),
__('Form Editor'), __('Form Editor'),
'manage_options', 'manage_options',
'mailpoet-form-editor', 'mailpoet-form-editor',

View File

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

View File

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

View File

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

View File

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