Просмотр исходного кода

Fix #16773 (Rename "Install" to "Download" in AssetLib)

Artem Varaksa 7 лет назад
Родитель
Сommit
69675463b0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      editor/plugins/asset_library_editor_plugin.cpp

+ 1 - 1
editor/plugins/asset_library_editor_plugin.cpp

@@ -308,7 +308,7 @@ EditorAssetLibraryItemDescription::EditorAssetLibraryItemDescription() {
 	preview_hb->set_v_size_flags(SIZE_EXPAND_FILL);
 	preview_hb->set_v_size_flags(SIZE_EXPAND_FILL);
 
 
 	previews->add_child(preview_hb);
 	previews->add_child(preview_hb);
-	get_ok()->set_text(TTR("Install"));
+	get_ok()->set_text(TTR("Download"));
 	get_cancel()->set_text(TTR("Close"));
 	get_cancel()->set_text(TTR("Close"));
 }
 }
 ///////////////////////////////////////////////////////////////////////////////////
 ///////////////////////////////////////////////////////////////////////////////////