comdlg32: Grammar fixes.
This commit is contained in:
parent
0a5b6c858e
commit
1c473f3864
|
@ -367,8 +367,8 @@ STRINGTABLE DISCARDABLE
|
|||
IDS_LOCALHARDRIVES "Local Hard Drives"
|
||||
IDS_FILENOTFOUND "File not found"
|
||||
IDS_VERIFYFILE "Please verify that the correct file name was given"
|
||||
IDS_CREATEFILE "File does not exist\nDo you want to create file"
|
||||
IDS_OVERWRITEFILE "File does already exist.\nDo you want to replace it?"
|
||||
IDS_CREATEFILE "File does not exist.\nDo you want to create file?"
|
||||
IDS_OVERWRITEFILE "File already exists.\nDo you want to replace it?"
|
||||
IDS_INVALID_FILENAME_TITLE "Invalid character(s) in path"
|
||||
IDS_INVALID_FILENAME "A filename cannot contain any of the following characters: \n / : < > |"
|
||||
IDS_PATHNOTEXISTING "Path does not exist"
|
||||
|
|
Loading…
Reference in New Issue