diff options
| -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 |
