You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Fix various i18n failures
This commit is contained in:
@@ -563,7 +563,7 @@ void EditorFeatureProfileManager::_class_list_item_selected() {
|
||||
int feature_id = md;
|
||||
String feature_description = EditorFeatureProfile::get_feature_description(EditorFeatureProfile::Feature(feature_id));
|
||||
|
||||
description_bit->set_text(feature_description);
|
||||
description_bit->set_text(TTRGET(feature_description));
|
||||
return;
|
||||
} else {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user