summaryrefslogtreecommitdiff
path: root/tutorials/NotepadCodeLab/Notepadv2
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials/NotepadCodeLab/Notepadv2')
-rwxr-xr-xtutorials/NotepadCodeLab/Notepadv2/res/layout/notes_list.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorials/NotepadCodeLab/Notepadv2/res/layout/notes_list.xml b/tutorials/NotepadCodeLab/Notepadv2/res/layout/notes_list.xml
index 29ae88631..6ae04729e 100755
--- a/tutorials/NotepadCodeLab/Notepadv2/res/layout/notes_list.xml
+++ b/tutorials/NotepadCodeLab/Notepadv2/res/layout/notes_list.xml
@@ -9,5 +9,5 @@
<TextView android:id="@+id/android:empty"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="No Notes!"/>
+ android:text="@string/no_notes"/>
</LinearLayout>