From 64e9e6b389cf2343467aeb5f336be3b6febf5aa4 Mon Sep 17 00:00:00 2001 From: Jose Alberto Guerra Ugalde Date: Sat, 20 Dec 2025 01:47:54 -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 e00df10..42a0bab 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`nSí = Borrar anterior y actualizar (Force Push).`nNo = Subir solo código (mantener tag viejo)." + $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)." $msgTitle = "⚠️ Conflicto de Versiones - $projectName" # El mensaje ahora es "hijo" del formulario invisible, heredando su propiedad TopMost