summaryrefslogtreecommitdiff
path: root/plugins/import_export
diff options
context:
space:
mode:
authorTomas Chvatal <[email protected]>2013-03-24 13:57:30 +0100
committerTomas Chvatal <[email protected]>2013-03-24 13:57:30 +0100
commite5c3f0b21bed29e513bc528abc5607b631c07f6b (patch)
tree777227a0cfcc5ca95f13b570d4e077b6505e8f3e /plugins/import_export
parent02237a1938163ca14745809716557906a0c79240 (diff)
Cleanup gettext whitespace.
Diffstat (limited to 'plugins/import_export')
-rw-r--r--plugins/import_export/init.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/import_export/init.php b/plugins/import_export/init.php
index 845245607..5a3051edb 100644
--- a/plugins/import_export/init.php
+++ b/plugins/import_export/init.php
@@ -423,8 +423,7 @@ class Import_Export extends Plugin implements IHandler {
$this->perform_data_import($this->link, $_FILES['export_file']['tmp_name'], $_SESSION['uid']);
} else {
- print "<p>" . T_sprintf("Could not upload file. You might need to adjust upload_max_filesize
- in PHP.ini (current value = %s)", ini_get("upload_max_filesize")) . " or use CLI import tool.</p>";
+ print "<p>" . T_sprintf("Could not upload file. You might need to adjust upload_max_filesize in PHP.ini (current value = %s)", ini_get("upload_max_filesize")) . " or use CLI import tool.</p>";
}