aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-30 02:42:36 -0700
committerfriendica <info@friendica.com>2012-03-30 02:42:36 -0700
commitbcc58016089c5e5c0e1e5e247d9253b4ac664c2c (patch)
tree9a354ce665410a71370526765d47f75bef47f8c8 /include/conversation.php
parent6f761e9d59516447760806979c775a1c49353b33 (diff)
downloadvolse-hubzilla-bcc58016089c5e5c0e1e5e247d9253b4ac664c2c.tar.gz
volse-hubzilla-bcc58016089c5e5c0e1e5e247d9253b4ac664c2c.tar.bz2
volse-hubzilla-bcc58016089c5e5c0e1e5e247d9253b4ac664c2c.zip
rename "file as" to "save to folder"
Diffstat (limited to 'include/conversation.php')
-rwxr-xr-xinclude/conversation.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/conversation.php b/include/conversation.php
index 402713b32..a9fb807ad 100755
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -595,7 +595,7 @@ function conversation(&$a, $items, $mode, $update, $preview = false) {
'classtagger' => "",
);
}
- $filer = t("file as");
+ $filer = t("save to folder");
}
@@ -915,7 +915,7 @@ function status_editor($a,$x, $notes_cid = 0, $popup=false) {
'$vidurl' => t("Please enter a video link/URL:"),
'$audurl' => t("Please enter an audio link/URL:"),
'$term' => t('Tag term:'),
- '$fileas' => t('File as:'),
+ '$fileas' => t('Save to Folder:'),
'$whereareu' => t('Where are you right now?')
));