From a432501d8080fd00cf7a6fa7f1c20b452ec8df80 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Mon, 7 Sep 2020 15:57:22 +0200 Subject: [PATCH] l10n: Add a period --- admin/win/nsi/l10n/English.nsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/win/nsi/l10n/English.nsh b/admin/win/nsi/l10n/English.nsh index 37a158c7a..32df5a4a7 100644 --- a/admin/win/nsi/l10n/English.nsh +++ b/admin/win/nsi/l10n/English.nsh @@ -35,9 +35,9 @@ StrCpy $UNINSTALL_ABORT "Uninstall aborted by user" StrCpy $INIT_NO_QUICK_LAUNCH "Quick Launch Shortcut (N/A)" StrCpy $INIT_NO_DESKTOP "Desktop Shortcut (overwrites existing)" StrCpy $UAC_ERROR_ELEVATE "Unable to elevate, error:" -StrCpy $UAC_INSTALLER_REQUIRE_ADMIN "This installer requires admin access, try again" +StrCpy $UAC_INSTALLER_REQUIRE_ADMIN "This installer requires admin access, try again." StrCpy $INIT_INSTALLER_RUNNING "The installer is already running." -StrCpy $UAC_UNINSTALLER_REQUIRE_ADMIN "This uninstaller requires admin access, try again" +StrCpy $UAC_UNINSTALLER_REQUIRE_ADMIN "This uninstaller requires admin access, try again." StrCpy $UAC_ERROR_LOGON_SERVICE "Logon service is not running, aborting!" StrCpy $INIT_UNINSTALLER_RUNNING "The uninstaller is already running." StrCpy $SectionGroup_Shortcuts "Shortcuts" -- 2.30.2