Skip to content

Commit b60bf45

Browse files
update strings
1 parent 47249c1 commit b60bf45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Extension/src/nativeStrings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,13 +369,13 @@
369369
"cm_addfunction": {
370370
"text": "Automatic add function"
371371
},
372-
"refactor_create_declaration_definition_unknown_error": "Create declaration/definition failed with unknown error.",
372+
"refactor_create_declaration_definition_unknown_error": "Create declaration/definition failed from an unknown error.",
373373
"refactor_create_default_delete": "Creating defaulted or deleted functions is not supported.",
374-
"refactor_function_copied_to_clipboard": "Function signature was copied to clipboard.",
374+
"refactor_function_copied_to_clipboard": "The function signature was copied to clipboard.",
375375
"refactor_function_not_created": "Unable to create function '{0}'.",
376376
"refactor_ambiguous_locations": "Unable to find an unambiguous location for function '{0}'.",
377377
"refactor_file_not_found": "File '{0}' was not found.",
378378
"refactor_not_class_namespace": "Could not find class or namespace '{0}'.",
379379
"refactor_operation_unsupported": "The refactoring operation is not supported for '{0}'.",
380-
"refactor_unknown_error": "The refactoring operation failed with unknown error."
380+
"refactor_unknown_error": "The refactoring operation failed from an unknown error."
381381
}

0 commit comments

Comments
 (0)