mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Remove parentheses around "All" option in the feature tag menu
This commit is contained in:
parent
2cde9292c3
commit
126db3b158
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ void ProjectSettingsEditor::_add_feature_overrides() {
|
|||
}
|
||||
|
||||
feature_box->clear();
|
||||
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.
|
||||
feature_box->set_item_auto_translate_mode(-1, AUTO_TRANSLATE_MODE_ALWAYS);
|
||||
feature_box->add_item(TTRC("Custom"), FEATURE_CUSTOM);
|
||||
feature_box->set_item_auto_translate_mode(-1, AUTO_TRANSLATE_MODE_ALWAYS);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue