Skip to content

Commit 9791061

Browse files
authored
Add localization hint. (#7799)
1 parent f87d7a7 commit 9791061

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Extension/src/nativeStrings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,5 +229,8 @@
229229
"invoking_nvcc": "Invoking nvcc with command line: {0}",
230230
"nvcc_host_compile_command_not_found": "Unable to find host compile command in output of nvcc.",
231231
"unable_to_locate_forced_include": "Unable to locate forced include: {0}",
232-
"inline_macro": "Inline macro"
232+
"inline_macro": {
233+
"text": "Inline macro",
234+
"hint": "'Inline' is a command and not an adjective, i.e. like 'Expand macro'."
235+
}
233236
}

0 commit comments

Comments
 (0)