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.
1 parent 2cde929 commit 126db3bCopy full SHA for 126db3b
editor/project_settings_editor.cpp
@@ -338,7 +338,7 @@ void ProjectSettingsEditor::_add_feature_overrides() {
338
}
339
340
feature_box->clear();
341
- 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.
342
feature_box->set_item_auto_translate_mode(-1, AUTO_TRANSLATE_MODE_ALWAYS);
343
feature_box->add_item(TTRC("Custom"), FEATURE_CUSTOM);
344
0 commit comments