aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorBenoit Bouvarel <benoit.bouvarel@cpe.fr>2014-05-16 01:13:07 +0200
committerBenoit Bouvarel <benoit.bouvarel@cpe.fr>2014-05-16 01:13:07 +0200
commit3d0f08e3190bd35a1a3c0cacd4eb24076b8ec2ed (patch)
treedea3ab4faae42634fafda290113f6f55b7411b16 /res/layout
parent3426df21c17a4450b8a93425ac22d90116f913a3 (diff)
French translation + hard-coded string > @string
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/account_row.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/account_row.xml b/res/layout/account_row.xml
index 402cb965..fa4c58e9 100644
--- a/res/layout/account_row.xml
+++ b/res/layout/account_row.xml
@@ -34,7 +34,7 @@
android:id="@+id/textView2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="Status: "
+ android:text="@string/account_status"
android:textStyle="bold"
android:textSize="16sp" />
@@ -43,7 +43,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#669900"
- android:text="unknown"
+ android:text="@string/account_status_unknown"
android:textStyle="bold"
android:textSize="16sp"/>