diff options
| author | dartraiden <wowemuh@gmail.com> | 2025-01-27 22:33:56 +0300 |
|---|---|---|
| committer | dartraiden <wowemuh@gmail.com> | 2025-01-27 22:33:56 +0300 |
| commit | cdc5a192b3c7a960663e43382e9efe44e5016606 (patch) | |
| tree | e691434be109d5e7e6a733862211b97b22df809f | |
| parent | 5c0e704d7e7ffc006420a705f51009e2d9657244 (diff) | |
Weather: spelling correction
| -rw-r--r-- | protocols/Weather/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Weather/res/resource.rc b/protocols/Weather/res/resource.rc index b6db0fcae0..b03db42abc 100644 --- a/protocols/Weather/res/resource.rc +++ b/protocols/Weather/res/resource.rc @@ -157,7 +157,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN - LTEXT "Enter your personel API key from Visual Crossing Weather site",IDC_STATIC,8,7,294,8 + LTEXT "Enter your personal API key from Visual Crossing Weather site",IDC_STATIC,8,7,294,8 EDITTEXT IDC_KEY,8,19,294,14,ES_AUTOHSCROLL PUSHBUTTON "Obtain key",IDC_OBTAIN,172,38,130,14 END |
