]> git.mxchange.org Git - friendica.git/blobdiff - mod/filer.php
rename "file as" to "save to folder"
[friendica.git] / mod / filer.php
index 82537848ba11f12415640b66e94df1c2ec32f28b..3b3a379310aa0b800653d753202126d88182bd11 100755 (executable)
@@ -25,7 +25,7 @@ function filer_content(&$a) {
                $filetags = explode("][", trim($filetags,"[]"));
                $tpl = get_markup_template("filer_dialog.tpl");
                $o = replace_macros($tpl, array(
-                       '$field' => array('term', t("File as:"), '', '', $filetags, t('- select -')),
+                       '$field' => array('term', t("Save to Folder:"), '', '', $filetags, t('- select -')),
                        '$submit' => t('Save'),
                ));