diff options
Diffstat (limited to 'tutorials/NotepadCodeLab/Notepadv2')
| -rwxr-xr-x | tutorials/NotepadCodeLab/Notepadv2/res/layout/notes_list.xml | 2 |
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> |
