aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-07-16 21:02:13 -0400
committerAndrew Manning <tamanning@zoho.com>2016-07-16 21:02:13 -0400
commite7b853175154688d60d83ca5935650d1128973c6 (patch)
tree61dbf6b129669a3ae4e3bf9f71540507a527c424 /include/text.php
parentff2f599142348162b6459a02aa014c7dbca84f76 (diff)
downloadvolse-hubzilla-e7b853175154688d60d83ca5935650d1128973c6.tar.gz
volse-hubzilla-e7b853175154688d60d83ca5935650d1128973c6.tar.bz2
volse-hubzilla-e7b853175154688d60d83ca5935650d1128973c6.zip
Stash changes to merge from dev
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php7
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'),
));
}