Skip to content

Commit bf749c6

Browse files
committed
Update file_exists_error.c
1 parent 38e733a commit bf749c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scences/file_exists_error.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
void nfc_playlist_file_exists_error_scene_on_enter(void* context) {
55
NfcPlaylist* nfc_playlist = context;
66
popup_reset(nfc_playlist->popup);
7-
popup_set_header(nfc_playlist->popup, "File Already Exists", 64, 10, AlignCenter, AlignTop);
7+
popup_set_header(nfc_playlist->popup, "ERROR File Already Exists", 64, 10, AlignCenter, AlignTop);
88
popup_set_text(nfc_playlist->popup, "The file already exists, Press back to try again", 64, 50, AlignCenter, AlignTop);
99
popup_set_context(nfc_playlist->popup, nfc_playlist);
1010
view_dispatcher_switch_to_view(nfc_playlist->view_dispatcher, NfcPlaylistView_FileExistsError);

0 commit comments

Comments
 (0)