mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-28 12:44:34 +01:00
Fix talkback saying meters instead of minutes.
This commit is contained in:
committed by
jeffrey-signal
parent
942c155723
commit
282a707bf9
@@ -970,6 +970,11 @@
|
||||
<!-- DateUtils -->
|
||||
<string name="DateUtils_just_now">Now</string>
|
||||
<string name="DateUtils_minutes_ago">%dm</string>
|
||||
<!-- Content description when describing how many minutes ago something has happened -->
|
||||
<plurals name="DateUtils_minutes_ago_content_description">
|
||||
<item quantity="one">%1$d minute</item>
|
||||
<item quantity="other">%1$d minutes</item>
|
||||
</plurals>
|
||||
<string name="DateUtils_today">Today</string>
|
||||
<string name="DateUtils_yesterday">Yesterday</string>
|
||||
<!-- When scheduling a message, %1$s replaced with either today, tonight, or tomorrow. %2$s replaced with the time. e.g. Tonight at 9:00pm -->
|
||||
|
||||
Reference in New Issue
Block a user