aboutsummaryrefslogtreecommitdiffstats
path: root/mod/filer.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/filer.php')
-rwxr-xr-xmod/filer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/filer.php b/mod/filer.php
index 82537848b..3b3a37931 100755
--- a/mod/filer.php
+++ b/mod/filer.php
@@ -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'),
));