mirror of https://github.com/M66B/FairEmail.git
Added save file text
This commit is contained in:
parent
5618e95aa6
commit
5354f7cff4
|
@ -1926,7 +1926,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
|||
|
||||
Dialog dialog = new AlertDialog.Builder(context)
|
||||
.setView(dview)
|
||||
.setPositiveButton(R.string.title_add_image_select, new DialogInterface.OnClickListener() {
|
||||
.setPositiveButton(R.string.title_save_file, new DialogInterface.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(DialogInterface dialog, int which) {
|
||||
String password1 = etPassword1.getEditText().getText().toString();
|
||||
|
|
|
@ -1255,6 +1255,7 @@
|
|||
<string name="title_download_all">Download all</string>
|
||||
<string name="title_save_all">Save all</string>
|
||||
<string name="title_save_eml">Save raw message file</string>
|
||||
<string name="title_save_file">Save file</string>
|
||||
|
||||
<string name="title_eml_remark">To forward messages, the raw (original) messages need to be downloaded from the email server. This requires an internet connection and the messages must still be stored on the email server.</string>
|
||||
<string name="title_eml_option">This can be prevented by enabling always downloading raw message files in the connection settings</string>
|
||||
|
|
Loading…
Reference in New Issue