|
378 | 378 | "hint": "Do not localized 'vsCMFunctionComMethod', it is code implementation."
|
379 | 379 | },
|
380 | 380 | "e_invalid_ftype": {
|
381 |
| - "text": "Invalid C/C++ file: '%s'", |
| 381 | + "text": "Invalid C/C++ file: '%s'.", |
382 | 382 | "hint": "%s is the invalid file."
|
383 | 383 | },
|
384 | 384 | "e_fname_to_long": {
|
385 |
| - "text": "File name too long: '%s'", |
| 385 | + "text": "File name too long: '%s'.", |
386 | 386 | "hint": "%s is the file that has a long name."
|
387 | 387 | },
|
388 | 388 | "e_create_file": {
|
389 |
| - "text": "Cannot create file '%s'", |
| 389 | + "text": "Cannot create file '%s'.", |
390 | 390 | "hint": "%s is the file that could not be created."
|
391 | 391 | },
|
392 | 392 | "e_access_file": {
|
393 |
| - "text": "Cannot access directory or file '%s' for writing", |
| 393 | + "text": "Cannot access directory or file '%s' for writing.", |
394 | 394 | "hint": "%s is the directory or file that could not be accessed for writing."
|
395 | 395 | },
|
396 | 396 | "e_invalid_pathname": {
|
397 |
| - "text": "Invalid file path: '%s'", |
| 397 | + "text": "Invalid file path: '%s'.", |
398 | 398 | "hint": "%s is the file that has an invalid path."
|
399 | 399 | },
|
400 | 400 | "e_cm_file_not_in_project": {
|
401 |
| - "text": "File '%s' was not found", |
| 401 | + "text": "File '%s' was not found.", |
402 | 402 | "hint": "%s is the file that was not found."
|
403 | 403 | },
|
404 | 404 | "refactor_create_declaration_definition_failed":
|
|
0 commit comments