From 3feda9f5b72798c9889f2141c98cbe2cb208987a Mon Sep 17 00:00:00 2001 From: str4d Date: Fri, 13 Jun 2014 01:03:03 +0000 Subject: [PATCH] Fixed duplicate string name --- res/layout/fragment_view_email.xml | 4 ++-- res/values/strings.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/res/layout/fragment_view_email.xml b/res/layout/fragment_view_email.xml index adfbced..011cc5c 100644 --- a/res/layout/fragment_view_email.xml +++ b/res/layout/fragment_view_email.xml @@ -80,7 +80,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="3dp" - android:text="@string/email_sent" /> + android:text="@string/label_sent" /> - \ No newline at end of file + diff --git a/res/values/strings.xml b/res/values/strings.xml index cc15c7c..9f29a6d 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -60,7 +60,7 @@ From: To: - Sent: + Sent: Received: Status: Reply