Skip to content

Commit 388dc41

Browse files
committed
Update.
1 parent c32e5fa commit 388dc41

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

Extension/src/nativeStrings.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@
189189
},
190190
"expands_to": "Expands to:",
191191
"attention_label": "Attention:",
192-
"important_label": "Important:",
193192
"author_label": "Author:",
194193
"authors_label": "Authors:",
195194
"bug_label": "Bug:",
@@ -201,14 +200,6 @@
201200
"text": "Exceptions:",
202201
"hint": "This label is for describing the exceptions thrown by a function. Usage example: Exception: std::out_of_range parameter is out of range."
203202
},
204-
"throw_label": {
205-
"text": "Throw:",
206-
"hint": "This label is for describing the exceptions thrown by a function. Usage example: Throw: std::out_of_range parameter is out of range."
207-
},
208-
"throws_label": {
209-
"text": "Throws:",
210-
"hint": "This label is for describing the exceptions thrown by a function. Usage example: Throws: std::out_of_range parameter is out of range."
211-
},
212203
"invariant_label": "Invariant:",
213204
"file_label": "File:",
214205
"note_label": "Note:",
@@ -218,10 +209,6 @@
218209
"remark_label": "Remark:",
219210
"remarks_label": "Remarks:",
220211
"result_label": "Result:",
221-
"return_label": {
222-
"text": "Return:",
223-
"hint": "This label is for the return value description for a function. Usage example: 'Return: Area of a shape.'"
224-
},
225212
"returns_label": {
226213
"text": "Returns:",
227214
"hint": "This label is for the return value description for a function. Usage example: 'Returns: Area of a shape.'"
@@ -701,5 +688,6 @@
701688
"status_indexing_files_with_n_of_m_and_text": "Indexing files ({0} of {1}): {2}",
702689
"status_indexing_files_with_text": "Indexing files {0}",
703690
"help_allow_missing_lsp_config": "Allow the server to start even if the specified --lsp-config file does not exist.",
704-
"initialize_failed_during_engine_setup": "Initialization failed during engine setup."
691+
"initialize_failed_during_engine_setup": "Initialization failed during engine setup.",
692+
"important_label": "Important:"
705693
}

0 commit comments

Comments
 (0)