Commit e35665fc authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

credui: Display a warning balloon if the user has Caps Lock on.

parent 110f6e99
...@@ -45,4 +45,6 @@ STRINGTABLE DISCARDABLE ...@@ -45,4 +45,6 @@ STRINGTABLE DISCARDABLE
IDS_MESSAGEFORMAT "Connecting to %s" IDS_MESSAGEFORMAT "Connecting to %s"
IDS_INCORRECTPASSWORDTITLE "Logon unsuccessful" IDS_INCORRECTPASSWORDTITLE "Logon unsuccessful"
IDS_INCORRECTPASSWORD "Make sure that your user name\nand password are correct." IDS_INCORRECTPASSWORD "Make sure that your user name\nand password are correct."
IDS_CAPSLOCKONTITLE "Caps Lock is On"
IDS_CAPSLOCKON "Having Caps Lock on may cause you to enter your password incorrectly.\n\nPress the Caps Lock key on your keyboard to turn off Caps Lock before\nentering your password."
} }
...@@ -29,3 +29,5 @@ ...@@ -29,3 +29,5 @@
#define IDS_MESSAGEFORMAT 301 #define IDS_MESSAGEFORMAT 301
#define IDS_INCORRECTPASSWORDTITLE 302 #define IDS_INCORRECTPASSWORDTITLE 302
#define IDS_INCORRECTPASSWORD 303 #define IDS_INCORRECTPASSWORD 303
#define IDS_CAPSLOCKON 304
#define IDS_CAPSLOCKONTITLE 305
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment