Add ommitted string in the NSIS translations.

Conflicts:
	src/windows/installer-translations/spanish.nsi
	src/windows/installer-translations/spanishinternational.nsi
This commit is contained in:
sledgehammer999
2013-07-07 12:37:28 +03:00
parent 6935b8a7b6
commit 96c7fc8e48
60 changed files with 118 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ XPStyle on
!define PROG_VERSION "3.0.3"
!define MUI_FINISHPAGE_RUN "$INSTDIR\qbittorrent.exe"
!define MUI_FINISHPAGE_RUN_TEXT "Launch qBittorrent"
!define MUI_FINISHPAGE_RUN_TEXT $(launch_qbt)
; The name of the installer
Name "qBittorrent ${PROG_VERSION}"