Skip to content

Commit 8ad3ec3

Browse files
add periods
1 parent e27ff52 commit 8ad3ec3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Extension/src/nativeStrings.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -378,27 +378,27 @@
378378
"hint": "Do not localized 'vsCMFunctionComMethod', it is code implementation."
379379
},
380380
"e_invalid_ftype": {
381-
"text": "Invalid C/C++ file: '%s'",
381+
"text": "Invalid C/C++ file: '%s'.",
382382
"hint": "%s is the invalid file."
383383
},
384384
"e_fname_to_long": {
385-
"text": "File name too long: '%s'",
385+
"text": "File name too long: '%s'.",
386386
"hint": "%s is the file that has a long name."
387387
},
388388
"e_create_file": {
389-
"text": "Cannot create file '%s'",
389+
"text": "Cannot create file '%s'.",
390390
"hint": "%s is the file that could not be created."
391391
},
392392
"e_access_file": {
393-
"text": "Cannot access directory or file '%s' for writing",
393+
"text": "Cannot access directory or file '%s' for writing.",
394394
"hint": "%s is the directory or file that could not be accessed for writing."
395395
},
396396
"e_invalid_pathname": {
397-
"text": "Invalid file path: '%s'",
397+
"text": "Invalid file path: '%s'.",
398398
"hint": "%s is the file that has an invalid path."
399399
},
400400
"e_cm_file_not_in_project": {
401-
"text": "File '%s' was not found",
401+
"text": "File '%s' was not found.",
402402
"hint": "%s is the file that was not found."
403403
},
404404
"refactor_create_declaration_definition_failed":

0 commit comments

Comments
 (0)