diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-07-16 21:02:13 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-07-16 21:02:13 -0400 |
commit | e7b853175154688d60d83ca5935650d1128973c6 (patch) | |
tree | 61dbf6b129669a3ae4e3bf9f71540507a527c424 /include | |
parent | ff2f599142348162b6459a02aa014c7dbca84f76 (diff) | |
download | volse-hubzilla-e7b853175154688d60d83ca5935650d1128973c6.tar.gz volse-hubzilla-e7b853175154688d60d83ca5935650d1128973c6.tar.bz2 volse-hubzilla-e7b853175154688d60d83ca5935650d1128973c6.zip |
Stash changes to merge from dev
Diffstat (limited to 'include')
-rw-r--r-- | include/text.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/text.php b/include/text.php index a0f0ed7ae..3b285cfca 100644 --- a/include/text.php +++ b/include/text.php @@ -2271,10 +2271,9 @@ function website_import_tools() { '$import_placeholder' => t('Select folder to import'), '$file_upload_text' => t('Import from a zipped folder:'), '$file_import_text' => t('Import from cloud files:'), - '$file_remote_text' => t('Import from another channel'), - '$desc' => t('https://example.com/cloud/peter/sharedfolder'), - '$hint' => t('https://example.com/cloud/peter/sharedfolder'), - '$follow' => t('Import'), + '$desc' => t('/path/to/folder'), + '$hint' => t('/path/to/folder'), + '$select' => t('Select folder'), )); } |