Tweak a few miscellaneous localization strings

This commit is contained in:
Micky 2025-03-19 18:04:32 +01:00
parent ef1153baf3
commit 5d794f83ed
4 changed files with 4 additions and 6 deletions

View file

@ -1391,6 +1391,7 @@ void EditorProperty::_update_popup() {
menu->add_icon_item(get_editor_theme_icon(SNAME("Unfavorite")), TTR("Unfavorite Property"), MENU_FAVORITE_PROPERTY);
menu->set_item_tooltip(menu->get_item_index(MENU_FAVORITE_PROPERTY), TTR("Make this property be put back at its original place."));
} else {
// TRANSLATORS: This is a menu item to add a property to the favorites.
menu->add_icon_item(get_editor_theme_icon(SNAME("Favorites")), TTR("Favorite Property"), MENU_FAVORITE_PROPERTY);
menu->set_item_tooltip(menu->get_item_index(MENU_FAVORITE_PROPERTY), TTR("Make this property be placed at the top for all objects of this class."));
}