Selaa lähdekoodia

Update file_exists_error.c

acegoal07 2 vuotta sitten
vanhempi
commit
bf749c6b57
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      scences/file_exists_error.c

+ 1 - 1
scences/file_exists_error.c

@@ -4,7 +4,7 @@
 void nfc_playlist_file_exists_error_scene_on_enter(void* context) {
    NfcPlaylist* nfc_playlist = context;
    popup_reset(nfc_playlist->popup);
-   popup_set_header(nfc_playlist->popup, "File Already Exists", 64, 10, AlignCenter, AlignTop);
+   popup_set_header(nfc_playlist->popup, "ERROR File Already Exists", 64, 10, AlignCenter, AlignTop);
    popup_set_text(nfc_playlist->popup, "The file already exists, Press back to try again", 64, 50, AlignCenter, AlignTop);
    popup_set_context(nfc_playlist->popup, nfc_playlist);
    view_dispatcher_switch_to_view(nfc_playlist->view_dispatcher, NfcPlaylistView_FileExistsError);