Explorar o código

fix: quick typo fix for nsis (#6112)

DK Liao %!s(int64=2) %!d(string=hai) anos
pai
achega
e601b9a790

+ 2 - 2
tooling/bundler/src/bundle/windows/templates/nsis-languages/English.nsh

@@ -20,7 +20,7 @@ LangString uninstallBeforeInstalling ${LANG_ENGLISH} "Uninstall before installin
 LangString unknown ${LANG_ENGLISH} "unknown"
 LangString webview2AbortError ${LANG_ENGLISH} "Failed to install WebView2! The app can't run without it. Try restarting the installer."
 LangString webview2DownloadError ${LANG_ENGLISH} "Error: Downloading WebView2 Failed - $0"
-LangString webview2DownloadSuccess ${LANG_ENGLISH} "WebView2 bootstrapper downloaded sucessfully"
+LangString webview2DownloadSuccess ${LANG_ENGLISH} "WebView2 bootstrapper downloaded successfully"
 LangString webview2Downloading ${LANG_ENGLISH} "Downloading WebView2 bootstrapper..."
 LangString webview2InstallError ${LANG_ENGLISH} "Error: Installing WebView2 failed with exit code $1"
-LangString webview2InstallSuccess ${LANG_ENGLISH} "WebView2 installed sucessfully"
+LangString webview2InstallSuccess ${LANG_ENGLISH} "WebView2 installed successfully"

+ 1 - 1
tooling/bundler/src/bundle/windows/templates/nsis-languages/PortugueseBR.nsh

@@ -22,5 +22,5 @@ LangString webview2AbortError ${LANG_PORTUGUESEBR} "Falha ao instalar WebView2!
 LangString webview2DownloadError ${LANG_PORTUGUESEBR} "Erro: Falha ao baixar WebView2 - $0"
 LangString webview2DownloadSuccess ${LANG_PORTUGUESEBR} "Bootstrapper do WebView2 baixado com sucesso"
 LangString webview2Downloading ${LANG_PORTUGUESEBR} "Baixando o Bootstrapper do WebView2..."
-LangString webview2InstallError ${LANG_PORTUGUESEBR} "Erro: Instalação do Webvie2 falhou com código $1"
+LangString webview2InstallError ${LANG_PORTUGUESEBR} "Erro: Instalação do Webview2 falhou com código $1"
 LangString webview2InstallSuccess ${LANG_PORTUGUESEBR} "WebView2 instalado com sucesso"