From f4272b9a3a27fd2fa0cfa6084d2e2b00f79829c2 Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Tue, 28 Jun 2016 22:44:17 -0700 Subject: [PATCH] Replace "Installed Size" with "Size". --- source/ui/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ui/ui.c b/source/ui/ui.c index 5986f99..c9c92a4 100644 --- a/source/ui/ui.c +++ b/source/ui/ui.c @@ -579,7 +579,7 @@ void ui_draw_title_info(ui_view* view, void* data, float x1, float y1, float x2, "Media Type: %s\n" "Version: %hu\n" "Product Code: %s\n" - "Installed Size: %.2f %s", + "Size: %.2f %s", info->titleId, info->mediaType == MEDIATYPE_NAND ? "NAND" : info->mediaType == MEDIATYPE_SD ? "SD" : "Game Card", info->version,