mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-20 14:54:09 +00:00
Modify string tag.
//FREEBIE
This commit is contained in:
@@ -156,7 +156,7 @@ public class ConversationFragment extends SherlockListFragment
|
||||
|
||||
if (dateReceived == dateSent || message.isOutgoing()) {
|
||||
builder.setMessage(String.format(getSherlockActivity()
|
||||
.getString(R.string.ConversationFragment_sender_s_transport_s_sent_received_s),
|
||||
.getString(R.string.ConversationFragment_transport_s_sent_received_s),
|
||||
transport.toUpperCase(),
|
||||
dateFormatter.format(new Date(dateSent))));
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user