1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Remove "Last" from the text of the "Refreshed" string

This commit is contained in:
Jesse Vincent 2013-03-14 12:01:57 -04:00
parent 1ccd9d70ec
commit 7defa122f8

View File

@ -1142,7 +1142,7 @@ Please submit bug reports, contribute new features and ask questions at
<string name="global_settings_show_contact_picture_label">Show contact pictures</string>
<string name="global_settings_show_contact_picture_summary">Show contact pictures in the message list</string>
<string name="last_refresh_time_format">Last refreshed <xliff:g id="formatted_time">%s</xliff:g></string>
<string name="last_refresh_time_format_with_push">Last refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>
<string name="last_refresh_time_format">Refreshed <xliff:g id="formatted_time">%s</xliff:g></string>
<string name="last_refresh_time_format_with_push">Refreshed <xliff:g id="time_with_preposition">%s</xliff:g> (Push active)</string>
<string name="preposition_for_date">on <xliff:g id="date">%s</xliff:g></string>
</resources>