Change DateUtils string 'Now' to 'Just now'

Changes the DateUtils string 'Now' to 'Just now' which is a better fit
imho.
Used for messages in the conversation view that e. g. just have been
received.

// FREEBIE

Closes #5761
This commit is contained in:
RiseT
2016-10-08 19:57:49 +02:00
committed by Moxie Marlinspike
parent ed8215de81
commit 43e1d452c7
2 changed files with 3 additions and 3 deletions

View File

@@ -222,7 +222,7 @@
<string name="CustomDefaultPreference_none">None</string>
<!-- DateUtils -->
<string name="DateUtils_now">Now</string>
<string name="DateUtils_just_now">Just now</string>
<string name="DateUtils_minutes_ago">%d min</string>
<!-- DeviceListActivity -->