mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-15 00:21:10 +00:00
Show number of messages for undo
This commit is contained in:
parent
388bda791d
commit
5f565641d4
2 changed files with 2 additions and 2 deletions
|
@ -4676,7 +4676,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
// Show undo snackbar
|
||||
final Snackbar snackbar = Snackbar.make(
|
||||
content,
|
||||
getString(R.string.title_moving, getDisplay(result)),
|
||||
getString(R.string.title_move_undo, getDisplay(result), result.size()),
|
||||
Snackbar.LENGTH_INDEFINITE);
|
||||
snackbar.setAction(R.string.title_undo, new View.OnClickListener() {
|
||||
@Override
|
||||
|
|
|
@ -777,7 +777,7 @@
|
|||
<string name="title_reply_list">Reply to list</string>
|
||||
<string name="title_reply_receipt">Send read receipt</string>
|
||||
<string name="title_reply_template">Reply with template</string>
|
||||
<string name="title_moving">Moving to %1$s</string>
|
||||
<string name="title_move_undo">Moving to %1$s (%2$d)</string>
|
||||
<string name="title_open_with">Open with</string>
|
||||
<string name="title_authentication_failed">%1$s authentication failed</string>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue