Extract string to strings.xml

This commit is contained in:
cketti 2013-02-01 03:34:35 +01:00
parent 546b9434de
commit 9a4b674282
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:text="Please select a message on the left"
android:text="@string/message_view_empty"
android:textColor="?android:attr/textColorSecondary" />
</RelativeLayout>

View File

@ -1134,4 +1134,6 @@ Please submit bug reports, contribute new features and ask questions at
<string name="global_settings_splitview_always">Always</string>
<string name="global_settings_splitview_never">Never</string>
<string name="global_settings_splitview_when_in_landscape">When in Landscape orientation</string>
<string name="message_view_empty">Please select a message on the left</string>
</resources>