Skip to content

Commit

Permalink
update strings
Browse files Browse the repository at this point in the history
  • Loading branch information
michelleangela committed Jan 25, 2023
1 parent 47249c1 commit b60bf45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Extension/src/nativeStrings.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,13 +369,13 @@
"cm_addfunction": {
"text": "Automatic add function"
},
"refactor_create_declaration_definition_unknown_error": "Create declaration/definition failed with unknown error.",
"refactor_create_declaration_definition_unknown_error": "Create declaration/definition failed from an unknown error.",
"refactor_create_default_delete": "Creating defaulted or deleted functions is not supported.",
"refactor_function_copied_to_clipboard": "Function signature was copied to clipboard.",
"refactor_function_copied_to_clipboard": "The function signature was copied to clipboard.",
"refactor_function_not_created": "Unable to create function '{0}'.",
"refactor_ambiguous_locations": "Unable to find an unambiguous location for function '{0}'.",
"refactor_file_not_found": "File '{0}' was not found.",
"refactor_not_class_namespace": "Could not find class or namespace '{0}'.",
"refactor_operation_unsupported": "The refactoring operation is not supported for '{0}'.",
"refactor_unknown_error": "The refactoring operation failed with unknown error."
"refactor_unknown_error": "The refactoring operation failed from an unknown error."
}

0 comments on commit b60bf45

Please sign in to comment.