Rewritten some translation strings
This commit is contained in:
@@ -47,7 +47,7 @@ class Export {
|
||||
function process() {
|
||||
try {
|
||||
if(is_writable($this->export_path) === false) {
|
||||
throw new \Exception(__("Couldn't save export file on the server", 'mailpoet'));
|
||||
throw new \Exception(__("The export file could not be saved on the server.", 'mailpoet'));
|
||||
}
|
||||
if(!extension_loaded('zip')) {
|
||||
throw new \Exception(__('Export requires a ZIP extension to be installed on the host.', 'mailpoet'));
|
||||
|
Reference in New Issue
Block a user