We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09c7214 + 126db3b commit 5c0c1caCopy full SHA for 5c0c1ca
editor/project_settings_editor.cpp
@@ -373,7 +373,7 @@ void ProjectSettingsEditor::_add_feature_overrides() {
373
}
374
375
feature_box->clear();
376
- feature_box->add_item(TTRC("(All)"), FEATURE_ALL); // So it is always on top.
+ feature_box->add_item(TTRC("All"), FEATURE_ALL); // So it is always on top.
377
feature_box->set_item_auto_translate_mode(-1, AUTO_TRANSLATE_MODE_ALWAYS);
378
feature_box->add_item(TTRC("Custom"), FEATURE_CUSTOM);
379
0 commit comments