From 2ccee866942a9e264a76c8d87029a49d117083c1 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 25 Jul 2014 19:01:52 +0200 Subject: [PATCH] (Menu) Improve some descriptions --- frontend/menu/backend/menu_common_backend.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/menu/backend/menu_common_backend.c b/frontend/menu/backend/menu_common_backend.c index 982319f7cc..a67ee9f847 100644 --- a/frontend/menu/backend/menu_common_backend.c +++ b/frontend/menu/backend/menu_common_backend.c @@ -1472,8 +1472,8 @@ static int menu_info_screen_iterate(unsigned action) "core implementations.\n" " \n" "Performance for software-rendered and \n" - "libretro GL core implementations should be \n" - "optimal (depending on your graphics card's \n" + "libretro GL core implementations is \n" + "dependent on your graphics card's \n" "underlying GL driver)."); else if (!strcmp(g_settings.video.driver, "sdl")) snprintf(msg, sizeof(msg), @@ -1486,14 +1486,14 @@ static int menu_info_screen_iterate(unsigned action) "Consider using it only as a last resort.\n" " \n" "WARNING: Menu support is currently not \n" - "supported with this driver."); + "supported by this driver."); else if (!strcmp(g_settings.video.driver, "d3d")) snprintf(msg, sizeof(msg), " -- Direct3D Video driver. \n" " \n" "Performance for software-rendered cores \n" - "should be optimal (depending on your \n" - "graphics card's underlying D3D driver)."); + "is dependent on your graphic card's \n" + "underlying D3D driver)."); else if (!strcmp(g_settings.video.driver, "lima")) snprintf(msg, sizeof(msg), " -- Lima Video Driver. \n"