File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ ui_strings.M_VIEW_SUB_LABEL_OFFSET_VALUES = "Offset Values";
394394ui_strings . M_VIEW_SUB_LABEL_PARENT_OFFSETS = "Parent Offsets" ;
395395
396396/* DESC: Anonymous function label. */
397- ui_strings . S_ANONYMOUS_FUNCTION_NAME = "< anonymous function> " ;
397+ ui_strings . S_ANONYMOUS_FUNCTION_NAME = "( anonymous) " ;
398398
399399/* DESC: Generic label for a cancel button */
400400ui_strings . S_BUTTON_CANCEL = "Cancel" ;
@@ -637,7 +637,7 @@ ui_strings.S_EXPAND_SHORTHANDS = "Expand shorthands";
637637ui_strings . S_GLOBAL_KEYBOARD_SHORTCUTS_SECTION_TITLE = "Global" ;
638638
639639/* DESC: Global scope label. */
640- ui_strings . S_GLOBAL_SCOPE_NAME = "< global scope> " ;
640+ ui_strings . S_GLOBAL_SCOPE_NAME = "( global) " ;
641641
642642/* DESC: Show help in command line */
643643ui_strings . S_HELP_COMMAND_LINE = "Help" ;
@@ -1261,7 +1261,7 @@ ui_strings.S_RESOURCE_ALL_TABLE_GROUP_GROUPS = "Groups";
12611261ui_strings . S_RESOURCE_ALL_TABLE_GROUP_HOSTS = "Hosts" ;
12621262
12631263/* DESC: Fallback text for no filename, used as tab label */
1264- ui_strings . S_RESOURCE_ALL_TABLE_NO_FILENAME = "< no name> " ;
1264+ ui_strings . S_RESOURCE_ALL_TABLE_NO_FILENAME = "( no name) " ;
12651265
12661266/* DESC: Fallback text for no host */
12671267ui_strings . S_RESOURCE_ALL_TABLE_NO_HOST = "No host" ;
You can’t perform that action at this time.
0 commit comments