diff options
author | friendica <info@friendica.com> | 2012-03-30 02:42:36 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-30 02:42:36 -0700 |
commit | bcc58016089c5e5c0e1e5e247d9253b4ac664c2c (patch) | |
tree | 9a354ce665410a71370526765d47f75bef47f8c8 /mod | |
parent | 6f761e9d59516447760806979c775a1c49353b33 (diff) | |
download | volse-hubzilla-bcc58016089c5e5c0e1e5e247d9253b4ac664c2c.tar.gz volse-hubzilla-bcc58016089c5e5c0e1e5e247d9253b4ac664c2c.tar.bz2 volse-hubzilla-bcc58016089c5e5c0e1e5e247d9253b4ac664c2c.zip |
rename "file as" to "save to folder"
Diffstat (limited to 'mod')
-rwxr-xr-x | mod/filer.php | 2 |
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'), )); |