diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-07-31 07:30:25 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-07-31 07:30:25 -0400 |
commit | 7c475575549161d465189fa5e726739f4a4ac76c (patch) | |
tree | 66414a6d4f161dcb88ccd5f919fd77a8d3369539 /include/text.php | |
parent | 32366284a8372a4d5c7798b3ee3b238a614915ab (diff) | |
download | volse-hubzilla-7c475575549161d465189fa5e726739f4a4ac76c.tar.gz volse-hubzilla-7c475575549161d465189fa5e726739f4a4ac76c.tar.bz2 volse-hubzilla-7c475575549161d465189fa5e726739f4a4ac76c.zip |
Improved UI. Removed logger statements.
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/text.php b/include/text.php index f81155edb..d508f8ab3 100644 --- a/include/text.php +++ b/include/text.php @@ -2258,17 +2258,14 @@ function website_import_tools() { $sys = true; } - $who = $channel['channel_address']; - return replace_macros(get_markup_template('website_import_tools.tpl'), array( '$title' => t('Import'), - //'$who' => $who, '$import_label' => t('Import website...'), '$import_placeholder' => t('Select folder to import'), '$file_upload_text' => t('Import from a zipped folder:'), '$file_import_text' => t('Import from cloud files:'), - '$desc' => t('/path/to/folder'), - '$hint' => t('/path/to/folder'), + '$desc' => t('/cloud/channel/path/to/folder'), + '$hint' => t('Enter path to website files'), '$select' => t('Select folder'), )); } |