From 5edda3156c8ea3223816b97809bf2d7e22f32d31 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 28 Feb 2018 03:30:32 +0000 Subject: [PATCH] spelling: disable --- src/Cedar/WinUi.c | 4 ++-- src/PenCore/PenCore.rc | 2 +- src/PenCore/resource.h | 2 +- src/bin/hamcore/strtable_cn.stb | 2 +- src/bin/hamcore/strtable_en.stb | 2 +- src/bin/hamcore/strtable_ja.stb | 2 +- src/bin/hamcore/strtable_ko.stb | 2 +- src/bin/hamcore/strtable_tw.stb | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/Cedar/WinUi.c b/src/Cedar/WinUi.c index 2abc0afc..fe312eb4 100644 --- a/src/Cedar/WinUi.c +++ b/src/Cedar/WinUi.c @@ -214,7 +214,7 @@ UINT UpdateConfigDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam, void LoadUpdateUiSetting(u, &s); Check(hWnd, S_ENABLE, s.DisableCheck == false); - Check(hWnd, S_DISBLE, s.DisableCheck); + Check(hWnd, S_DISABLE, s.DisableCheck); DlgFont(hWnd, S_TITLE, 10, true); FormatText(hWnd, S_TITLE, u->SoftwareTitle); @@ -246,7 +246,7 @@ UINT UpdateConfigDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam, void LABEL_CLOSE: LoadUpdateUiSetting(u, &s); - s.DisableCheck = IsChecked(hWnd, S_DISBLE); + s.DisableCheck = IsChecked(hWnd, S_DISABLE); if (s.DisableCheck) { diff --git a/src/PenCore/PenCore.rc b/src/PenCore/PenCore.rc index 7273bb70..c1e7cef1 100644 --- a/src/PenCore/PenCore.rc +++ b/src/PenCore/PenCore.rc @@ -4441,7 +4441,7 @@ BEGIN LTEXT "@S_INFO",S_INFO,7,27,293,47 LTEXT "@S_TITLE",S_TITLE,7,5,293,21 CONTROL "@S_ENABLE",S_ENABLE,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,48,80,157,12 - CONTROL "@S_DISBLE",S_DISBLE,"Button",BS_AUTORADIOBUTTON,48,96,157,12 + CONTROL "@S_DISABLE",S_DISABLE,"Button",BS_AUTORADIOBUTTON,48,96,157,12 ICON ICO_MACHINE,IDC_STATIC,16,79,20,18 DEFPUSHBUTTON "@IDCANCEL",IDCANCEL,236,112,64,15 END diff --git a/src/PenCore/resource.h b/src/PenCore/resource.h index fa84fe56..c3972f11 100644 --- a/src/PenCore/resource.h +++ b/src/PenCore/resource.h @@ -936,7 +936,7 @@ #define R_UNESTABLISHED 1435 #define R_USER 1435 #define R_CUSTOM 1435 -#define S_DISBLE 1435 +#define S_DISABLE 1435 #define R_PERMANENT 1435 #define R_FOR_SYSTEM 1436 #define IDC_NETADDRESS1 1437 diff --git a/src/bin/hamcore/strtable_cn.stb b/src/bin/hamcore/strtable_cn.stb index daf69e7e..e0d3c12e 100644 --- a/src/bin/hamcore/strtable_cn.stb +++ b/src/bin/hamcore/strtable_cn.stb @@ -4075,7 +4075,7 @@ CAPTION 升级提示的配置 S_INFO 当新版本将要发布时,请定期查询 %s 的新版本和弹出提示窗口。\r\n\r\nHTTPS 数据包将会用在本电脑和位于日本驻波的 SoftEther 升级服务器之间,用于查询有无升级信息。个人信息不会外泄。 S_TITLE %s 升级以及提示设置 S_ENABLE 启用升级查询(&E) -S_DISBLE 禁用升级查询(&D) +S_DISABLE 禁用升级查询(&D) IDCANCEL 关闭(&C) diff --git a/src/bin/hamcore/strtable_en.stb b/src/bin/hamcore/strtable_en.stb index b1a86768..fade7512 100644 --- a/src/bin/hamcore/strtable_en.stb +++ b/src/bin/hamcore/strtable_en.stb @@ -4059,7 +4059,7 @@ CAPTION Configuration of Update Notification S_INFO Checks the new versions of %s periodically and popup a notification when a new version will be released.\r\n\r\nHTTPS packets will be used between this computer and the SoftEther Update server located in Tsukuba-city, Ibaraki-prefecture, Japan in order to check updates. No personal information will be sent. S_TITLE %s Update and Notify Settings S_ENABLE &Enable Update Checks -S_DISBLE &Disable Update Checks +S_DISABLE &Disable Update Checks IDCANCEL &Close diff --git a/src/bin/hamcore/strtable_ja.stb b/src/bin/hamcore/strtable_ja.stb index eec17c98..7fc7d6c0 100644 --- a/src/bin/hamcore/strtable_ja.stb +++ b/src/bin/hamcore/strtable_ja.stb @@ -4066,7 +4066,7 @@ CAPTION アップデート通知の設定 S_INFO %s の新しいバージョンがリリースされていないかどうか定期的にチェックし、リリースされていた場合は通知画面を表示します。\r\n\r\nアップデートチェックのために日本の茨城県つくば市に設置されている SoftEther Update サーバーとの間で HTTPS 通信を行います。お客様の個人情報が送信されることはありません。 S_TITLE %s のアップデートチェックと通知の設定 S_ENABLE アップデートチェックを有効にする(&E) -S_DISBLE アップデートチェックを無効にする(&D) +S_DISABLE アップデートチェックを無効にする(&D) IDCANCEL 閉じる(&C) diff --git a/src/bin/hamcore/strtable_ko.stb b/src/bin/hamcore/strtable_ko.stb index a66bce4d..09e6731b 100644 --- a/src/bin/hamcore/strtable_ko.stb +++ b/src/bin/hamcore/strtable_ko.stb @@ -4062,7 +4062,7 @@ CAPTION 업데이트 알림 설정 S_INFO %s의 새 버전이 출시되지 않았는지 정기적으로 확인하고 분리되어 있던 경우는 통지 화면을 표시합니다. \r\n\r\n 업데이트 확인을 위해 일본의 이바라키 현 츠쿠바시에 설치되어있는 SoftEther Update 서버 사이에 HTTPS 통신을합니다. 고객의 개인 정보가 전송되는 것은 아닙니다. S_TITLE %s 업데이트 확인 및 알림 설정 S_ENABLE 업데이트 확인을 활성화 (&E) -S_DISBLE 업데이트 확인을 비활성화 (&D) +S_DISABLE 업데이트 확인을 비활성화 (&D) IDCANCEL 닫기 (&C) diff --git a/src/bin/hamcore/strtable_tw.stb b/src/bin/hamcore/strtable_tw.stb index 55cbe468..7f84c9e1 100644 --- a/src/bin/hamcore/strtable_tw.stb +++ b/src/bin/hamcore/strtable_tw.stb @@ -4075,7 +4075,7 @@ CAPTION 更新提醒設定 S_INFO 當新版本將要發佈時,請定期查詢 %s 的新版本和彈出提示窗口。\r\n\r\nHTTPS 封包將會用在本電腦和位於日本筑波的 SoftEther 升級伺服器之間,用於查詢有無升級資訊。個人資訊不會外泄。 S_TITLE %s 升級以及提示設置 S_ENABLE 啟用更新提醒(&E) -S_DISBLE 停用更新提醒(&D) +S_DISABLE 停用更新提醒(&D) IDCANCEL 關閉(&C)