--- a/res/layout/contactdialog.xml Fri May 22 16:55:36 2009 +0200
+++ b/res/layout/contactdialog.xml Fri May 22 18:06:34 2009 +0200
@@ -4,18 +4,18 @@
android:layout_height="fill_parent">
<Button android:id="@+id/CDChat" android:layout_width="fill_parent"
- android:layout_height="wrap_content" android:text="Chat" />
+ android:layout_height="wrap_content" android:text="@string/CDChat" />
<Button android:id="@+id/CDAlias" android:layout_width="fill_parent"
- android:layout_height="wrap_content" android:text="Alias" />
+ android:layout_height="wrap_content" android:text="@string/CDAlias" />
<Button android:id="@+id/CDGroup" android:layout_width="fill_parent"
- android:layout_height="wrap_content" android:text="Change group" />
+ android:layout_height="wrap_content" android:text="@string/CDGroup" />
<Button android:id="@+id/CDResend" android:layout_width="fill_parent"
- android:layout_height="wrap_content" android:text="Resend suscription" />
+ android:layout_height="wrap_content" android:text="@string/CDResend" />
<Button android:id="@+id/CDInfos" android:layout_width="fill_parent"
- android:layout_height="wrap_content" android:text="User infos" />
+ android:layout_height="wrap_content" android:text="@string/CDInfos" />
</LinearLayout>
\ No newline at end of file