mirror of
https://github.com/friendica/friendica
synced 2025-04-22 00:30:10 +00:00
rename "file as" to "save to folder"
This commit is contained in:
parent
6f761e9d59
commit
bcc5801608
3 changed files with 4 additions and 4 deletions
|
@ -93,7 +93,7 @@ function fileas_widget($baseurl,$selected = '') {
|
|||
}
|
||||
|
||||
return replace_macros(get_markup_template('fileas_widget.tpl'),array(
|
||||
'$title' => t('File Selections'),
|
||||
'$title' => t('Saved Folders'),
|
||||
'$desc' => '',
|
||||
'$sel_all' => (($selected == '') ? 'selected' : ''),
|
||||
'$all' => t('Everything'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue