Skip to content

Commit

Permalink
change display text to spanish only
Browse files Browse the repository at this point in the history
  • Loading branch information
urvdp committed Nov 21, 2024
1 parent f46e281 commit c8fbc81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pantalla.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ void *mostrar_en_pantalla(void *arg) {

int row_offset = 2;
if (local_crossing_vehicle_id != -1) {
mvprintw(row_offset + 9, offset, "Vehicle %d is crossing (%s).",
mvprintw(row_offset + 9, offset, "vehiculo %d esta cruzando (%s).",
local_crossing_vehicle_id, local_crossing_dir);
} else {
mvprintw(row_offset + 9, offset, "No vehicle currently crossing.");
mvprintw(row_offset + 9, offset, "ningung vehiculo cruzando actualmente.");
}

// display intersection
Expand Down

0 comments on commit c8fbc81

Please sign in to comment.