Rewritten some translation strings

This commit is contained in:
Tautvidas Sipavičius
2017-01-23 17:12:59 +02:00
parent 5264cb1cf4
commit 8abec208fc
10 changed files with 15 additions and 15 deletions

View File

@@ -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'));