diff options
author | kruks23 <scardenas@openmailbox.org> | 2014-05-29 18:17:21 +0200 |
---|---|---|
committer | kruks23 <scardenas@openmailbox.org> | 2014-05-29 18:17:21 +0200 |
commit | 75b14a1d5c08d10b795b92e4f2b21035d773dc8c (patch) | |
tree | 33657df11f16e8cf032d7961b56fe9733fbfdcf8 /res/layout/share_with.xml | |
parent | 655565ecccc722ad72e2dbad247d67dbc1b2a911 (diff) |
More harcoded translations + updated Spanish
Diffstat (limited to 'res/layout/share_with.xml')
-rw-r--r-- | res/layout/share_with.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/share_with.xml b/res/layout/share_with.xml index ae73a688..a578b2cb 100644 --- a/res/layout/share_with.xml +++ b/res/layout/share_with.xml @@ -12,7 +12,7 @@ android:id="@+id/conversations_header" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="Active Conversations" + android:text="@string/share_with_active_conversations" style="@style/sectionHeader" android:paddingLeft="8dp" android:paddingTop="8dp" @@ -32,7 +32,7 @@ android:id="@+id/contacts_header" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="Contacts" + android:text="@string/contacts" style="@style/sectionHeader" android:paddingLeft="8dp" android:paddingTop="8dp" |