mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Show will send immediately warning if scheduled send is in the past.
This commit is contained in:
committed by
Greyson Parrelli
parent
b4c572678c
commit
4ad233c6d1
@@ -660,9 +660,12 @@
|
||||
<string name="ScheduleMessageTimePickerBottomSheet__dialog_title">Schedule message</string>
|
||||
<!-- Text for confirmation button when scheduling messages that allows the user to confirm and schedule the sending time -->
|
||||
<string name="ScheduleMessageTimePickerBottomSheet__schedule_send">Schedule send</string>
|
||||
|
||||
<!-- Disclaimer in message scheduling dialog. %1$s replaced with a GMT offset (e.g. GMT-05:00), and %2$s is replaced with the time zone name (e.g. Eastern Standard Time) -->
|
||||
<string name="ScheduleMessageTimePickerBottomSheet__timezone_disclaimer">All times in (%1$s) %2$s</string>
|
||||
<!-- Warning dialog message text shown when select time for scheduled send is in the past resulting in an immediate send if scheduled. -->
|
||||
<string name="ScheduleMessageTimePickerBottomSheet__select_time_in_past_dialog_warning">Selected time is in the past. This will send the message immediately.</string>
|
||||
<!-- Positive button text for warning dialog shown when scheduled send is in the past -->
|
||||
<string name="ScheduleMessageTimePickerBottomSheet__select_time_in_past_dialog_positive_button">Send immediately</string>
|
||||
|
||||
<!-- Context menu option to send a scheduled message now -->
|
||||
<string name="ScheduledMessagesBottomSheet_menu_send_now">Send now</string>
|
||||
|
||||
Reference in New Issue
Block a user