diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2021-08-03 23:53:36 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2021-08-03 23:53:36 +0800 |
commit | 04ad838e2ccc37e185584816d6a3c1f11c6f5faa (patch) | |
tree | 60d03a131378fca1fd7dfaa57b7b524acb495bce /editor/editor_feature_profile.cpp | |
parent | 80fc90e82a57e8111cb7577b05bb2de021000e75 (diff) | |
download | redot-engine-04ad838e2ccc37e185584816d6a3c1f11c6f5faa.tar.gz |
Fix various i18n failures
Diffstat (limited to 'editor/editor_feature_profile.cpp')
-rw-r--r-- | editor/editor_feature_profile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_feature_profile.cpp b/editor/editor_feature_profile.cpp index 72a0c353e8..84a9237a96 100644 --- a/editor/editor_feature_profile.cpp +++ b/editor/editor_feature_profile.cpp @@ -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; |