|
267 | 267 | "file_tag": "File", |
268 | 268 | "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.", |
269 | 269 | "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", |
271 | 271 | "offer_create_declaration": { |
272 | 272 | "text": "Create declaration of '{0}' in {1}", |
273 | 273 | "hint": "{0} is the name of a C/C++ function, {1} is a file name." |
|
371 | 371 | }, |
372 | 372 | "e_com_virtual_redundant": { |
373 | 373 | "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." |
375 | 375 | }, |
376 | 376 | "e_static_com_method": { |
377 | 377 | "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." |
379 | 379 | }, |
380 | 380 | "e_invalid_ftype": { |
381 | 381 | "text": "Invalid C/C++ file: '%s'.", |
|
403 | 403 | }, |
404 | 404 | "refactor_create_declaration_definition_failed": |
405 | 405 | { |
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." |
408 | 408 | }, |
409 | 409 | "refactor_create_default_delete": |
410 | 410 | { |
|
0 commit comments