mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 22:21:18 +00:00
Go back
This commit is contained in:
parent
ad8b64d2e8
commit
931044657c
2 changed files with 2 additions and 1 deletions
|
@ -189,7 +189,7 @@ public class FragmentOptions extends FragmentBase {
|
|||
prefs.edit().putBoolean("setup_advanced", true).apply();
|
||||
}
|
||||
})
|
||||
.setNegativeButton(android.R.string.cancel, null)
|
||||
.setNegativeButton(R.string.title_go_back, null)
|
||||
.setOnDismissListener(new DialogInterface.OnDismissListener() {
|
||||
@Override
|
||||
public void onDismiss(DialogInterface dialog) {
|
||||
|
|
|
@ -1693,6 +1693,7 @@
|
|||
<string name="title_snooze_now">Snooze</string>
|
||||
<string name="title_loading">Loading …</string>
|
||||
<string name="title_fetching_again">Fetching message again from the server</string>
|
||||
<string name="title_go_back">Go back</string>
|
||||
|
||||
<string name="title_conversation_actions">Actions</string>
|
||||
<string name="title_conversation_action_reply">Reply with: \'%1$s\'</string>
|
||||
|
|
Loading…
Reference in a new issue