Skip to content

Commit b613616

Browse files
committed
Merge pull request godotengine#110855 from arkology/project-manager-favorites
`ProjectManager`: Change favorite button tooltip to toggle
2 parents 506abd4 + 57b1848 commit b613616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/project_manager/project_list.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ ProjectListItemControl::ProjectListItemControl() {
330330

331331
favorite_button = memnew(TextureButton);
332332
favorite_button->set_name("FavoriteButton");
333-
favorite_button->set_tooltip_text(TTRC("Add to favorites"));
333+
favorite_button->set_tooltip_text(TTRC("Toggle Favorite"));
334334
favorite_button->set_auto_translate_mode(AUTO_TRANSLATE_MODE_ALWAYS);
335335
// This makes the project's "hover" style display correctly when hovering the favorite icon.
336336
favorite_button->set_mouse_filter(MOUSE_FILTER_PASS);

0 commit comments

Comments
 (0)