Skip to content

Commit 126db3b

Browse files
committed
Remove parentheses around "All" option in the feature tag menu
1 parent 2cde929 commit 126db3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/project_settings_editor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ void ProjectSettingsEditor::_add_feature_overrides() {
338338
}
339339

340340
feature_box->clear();
341-
feature_box->add_item(TTRC("(All)"), FEATURE_ALL); // So it is always on top.
341+
feature_box->add_item(TTRC("All"), FEATURE_ALL); // So it is always on top.
342342
feature_box->set_item_auto_translate_mode(-1, AUTO_TRANSLATE_MODE_ALWAYS);
343343
feature_box->add_item(TTRC("Custom"), FEATURE_CUSTOM);
344344
feature_box->set_item_auto_translate_mode(-1, AUTO_TRANSLATE_MODE_ALWAYS);

0 commit comments

Comments
 (0)