Skip to content

Commit 79a78ba

Browse files
Fix localized strings (#10472)
1 parent 982c4fb commit 79a78ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Extension/src/nativeStrings.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
"file_tag": "File",
268268
"compiler_default_language_standard_version_old" : "Compiler returned default language standard version: {0}. Since this version is old, will try to use newer version {1} as default.",
269269
"unexpected_output_from_clang_tidy": "Unexpected output from clang-tidy: {0}. Expected: {1}.",
270-
"generate_doxygen_comment": "Generate Doxygen Comment",
270+
"generate_doxygen_comment": "Generate Doxygen comment",
271271
"offer_create_declaration": {
272272
"text": "Create declaration of '{0}' in {1}",
273273
"hint": "{0} is the name of a C/C++ function, {1} is a file name."
@@ -371,11 +371,11 @@
371371
},
372372
"e_com_virtual_redundant": {
373373
"text": "vsCMFunctionVirtual is redundant and must not be specified when with vsCMFunctionComMethod.",
374-
"hint": "Do not localized 'vsCMFunctionVirtual' and 'vsCMFunctionComMethod', they are code implementation."
374+
"hint": "Do not localize 'vsCMFunctionVirtual' and 'vsCMFunctionComMethod', they are code implementation."
375375
},
376376
"e_static_com_method": {
377377
"text": "vsCMFunctionComMethod cannot be static.",
378-
"hint": "Do not localized 'vsCMFunctionComMethod', it is code implementation."
378+
"hint": "Do not localize 'vsCMFunctionComMethod', it is code implementation."
379379
},
380380
"e_invalid_ftype": {
381381
"text": "Invalid C/C++ file: '%s'.",
@@ -403,8 +403,8 @@
403403
},
404404
"refactor_create_declaration_definition_failed":
405405
{
406-
"text": "Create Declaration / Definition failed:",
407-
"hint": "The operation 'Create Declaration / Definition' on a function was not successfully."
406+
"text": "Create Declaration / Definition failed: %s",
407+
"hint": "The operation 'Create Declaration / Definition' on a function was not successful. %s is the error info that has a period at the end of the string."
408408
},
409409
"refactor_create_default_delete":
410410
{

0 commit comments

Comments
 (0)