From 13173a4c6c896a35335404e8a205303b174a877e Mon Sep 17 00:00:00 2001 From: q3aql Date: Wed, 27 Oct 2021 22:12:48 +0200 Subject: [PATCH] Fix translation (Spanish version) --- src-ES/zenigrub-custom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ES/zenigrub-custom b/src-ES/zenigrub-custom index 2b34e25..1a95818 100755 --- a/src-ES/zenigrub-custom +++ b/src-ES/zenigrub-custom @@ -432,7 +432,7 @@ function mostrarMenuPrincipal() { exit else zenity --title "zenigrub-custom ${VERSION} (${M_DATE})" --window-icon=${iconPath} --warning --width=300 \ - --text "Choose one of the menu options" + --text "Elige una de las opciones del menu" fi fi done