diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/import.php | 1 | ||||
-rw-r--r-- | include/js_strings.php | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/import.php b/include/import.php index d0ec5918e..92ba014d8 100644 --- a/include/import.php +++ b/include/import.php @@ -1427,7 +1427,6 @@ function sync_files($channel, $files) { else { $p['os_storage'] = 1; $p['content'] = $stored_image; - $p['os_syspath'] = $stored_image; } } diff --git a/include/js_strings.php b/include/js_strings.php index c053e5666..f01fa87ae 100644 --- a/include/js_strings.php +++ b/include/js_strings.php @@ -33,6 +33,7 @@ function js_strings() { '$name_empty' => t('A channel name is required.'), '$name_ok1' => t('This is a '), '$name_ok2' => t(' channel name'), + '$to_reply' => t('Back to reply'), // translatable prefix and suffix strings for jquery.timeago - // using the defaults set below if left untranslated, empty strings if |