فهرست منبع

Merge pull request #106905 from timothyqiu/that-is-all

Remove parentheses around "All" option in the feature tag menu
Rémi Verschelde 3 ماه پیش
والد
کامیت
5c0c1ca120
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      editor/project_settings_editor.cpp

+ 1 - 1
editor/project_settings_editor.cpp

@@ -373,7 +373,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);