From d65ecd6a5038cc8563373d780a336b3cb4e7eb02 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 20 Mar 2021 09:01:34 +0100 Subject: [PATCH] Minor change to a text dialog when creating the ROMs directory structure. --- es-app/src/views/ViewController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-app/src/views/ViewController.cpp b/es-app/src/views/ViewController.cpp index db29d3ab4..46ed5ee99 100644 --- a/es-app/src/views/ViewController.cpp +++ b/es-app/src/views/ViewController.cpp @@ -167,7 +167,7 @@ void ViewController::noGamesDialog() "THIS WILL CREATE DIRECTORIES FOR ALL THE\n" "GAME SYSTEMS DEFINED IN es_systems.cfg\n\n" "THIS MAY CREATE A LOT OF FOLDERS SO IT'S\n" - "ADVICED TO DELETE THE ONES YOU DON'T NEED\n\n" + "ADVICED TO REMOVE THE ONES YOU DON'T NEED\n\n" "PROCEED?", "YES", [this] { if (!SystemData::createSystemDirectories()) {