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 506abd4 + 57b1848 commit b613616Copy full SHA for b613616
editor/project_manager/project_list.cpp
@@ -330,7 +330,7 @@ ProjectListItemControl::ProjectListItemControl() {
330
331
favorite_button = memnew(TextureButton);
332
favorite_button->set_name("FavoriteButton");
333
- favorite_button->set_tooltip_text(TTRC("Add to favorites"));
+ favorite_button->set_tooltip_text(TTRC("Toggle Favorite"));
334
favorite_button->set_auto_translate_mode(AUTO_TRANSLATE_MODE_ALWAYS);
335
// This makes the project's "hover" style display correctly when hovering the favorite icon.
336
favorite_button->set_mouse_filter(MOUSE_FILTER_PASS);
0 commit comments