From ad8e800aa5378416fdabe4e70bc921a5fda0630f Mon Sep 17 00:00:00 2001 From: pgert Date: Mon, 12 Jan 2015 13:27:09 +0100 Subject: [PATCH] Update Cfg.c --- plugins/CDVDpeops/Cfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/CDVDpeops/Cfg.c b/plugins/CDVDpeops/Cfg.c index dcc0338d10..87be7ba53d 100644 --- a/plugins/CDVDpeops/Cfg.c +++ b/plugins/CDVDpeops/Cfg.c @@ -348,7 +348,7 @@ BOOL OnInitCDRDialog(HWND hW) ComboBox_AddString(hWC,"Read ahead - fast, reads more sectors at once"); ComboBox_AddString(hWC,"Async read - faster, additional asynchronous reads"); ComboBox_AddString(hWC,"Thread read - fast with IOCTL, always async reads"); - ComboBox_AddString(hWC,"Smooth read - for drives with ps2 cd/dvd reading troubles"); + ComboBox_AddString(hWC,"Smooth read - for drives with PS2 CD/DVD reading troubles"); ComboBox_SetCurSel(hWC,iUseCaching); if(iUseDataCache)