From 7e19a197a189450ec3d04137ba81d19574f2d92f Mon Sep 17 00:00:00 2001 From: Jose Alberto Guerra Ugalde Date: Sat, 20 Dec 2025 01:49:09 -0600 Subject: [PATCH] Version 5.12.15.test PRUEBA --- B4A/_git_tag.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/B4A/_git_tag.ps1 b/B4A/_git_tag.ps1 index 42a0bab..113de0b 100644 --- a/B4A/_git_tag.ps1 +++ b/B4A/_git_tag.ps1 @@ -74,7 +74,7 @@ if ($remoteTagInfo) { [System.Console]::Beep(1000, 200) - $msgBody = "El tag '$tagName' YA EXISTE en GitHub.`n`n¿Deseas SOBRESCRIBIRLO?`n`nSi = Borrar anterior y actualizar (Force Push).`nNo = Subir solo codigo (mantener tag viejo)." + $msgBody = "El tag '$tagName' YA EXISTE en GitHub.`n`nDeseas SOBRESCRIBIRLO?`n`nSi = Borrar anterior y actualizar (Force Push).`nNo = Subir solo codigo (mantener tag viejo)." $msgTitle = "⚠️ Conflicto de Versiones - $projectName" # El mensaje ahora es "hijo" del formulario invisible, heredando su propiedad TopMost