Fixed duplicate string name

This commit is contained in:
str4d
2014-06-13 01:03:03 +00:00
parent fe015f3ffc
commit 3feda9f5b7
2 changed files with 3 additions and 3 deletions

View File

@@ -80,7 +80,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginRight="3dp" android:layout_marginRight="3dp"
android:text="@string/email_sent" /> android:text="@string/label_sent" />
<TextView <TextView
android:id="@+id/email_sent" android:id="@+id/email_sent"

View File

@@ -60,7 +60,7 @@
<string name="email_from">From:</string> <string name="email_from">From:</string>
<string name="email_to">To:</string> <string name="email_to">To:</string>
<string name="email_sent">Sent:</string> <string name="label_sent">Sent:</string>
<string name="email_received">Received:</string> <string name="email_received">Received:</string>
<string name="email_status">Status:</string> <string name="email_status">Status:</string>
<string name="reply">Reply</string> <string name="reply">Reply</string>