Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnderground78 <Underground78@gmail.com>2013-05-11 00:39:19 +0400
committerUnderground78 <Underground78@gmail.com>2013-05-11 00:39:19 +0400
commit07a2dc3fe8806010b7210df45f3f2e649a96e420 (patch)
tree435e3c9721ad7de758906a017d19915e50e7addf
parent53d43e581b244a24ab73d2f47a3e7ab9644057a7 (diff)
parent634a72933822cdf59e97dace9ec010c893cd6535 (diff)
Merge pull request #82 from crdx/patch-1
Minor grammar fix
-rw-r--r--src/mpc-hc/mpcresources/text/mplayerc.rc.txt2
-rw-r--r--src/mpc-hc/mplayerc.rc2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mpc-hc/mpcresources/text/mplayerc.rc.txt b/src/mpc-hc/mpcresources/text/mplayerc.rc.txt
index 8b90314be..c74030cf8 100644
--- a/src/mpc-hc/mpcresources/text/mplayerc.rc.txt
+++ b/src/mpc-hc/mpcresources/text/mplayerc.rc.txt
@@ -205,7 +205,7 @@ BEGIN DIALOGEX IDD_PPAGEFORMATS LINES 31
19 "RealMedia"
20 "QuickTime"
21 "DirectShow"
-22 "Look file extension first"
+22 "Check file extension first"
23 "Explorer Context Menu"
24 "Directory"
25 "File(s)"
diff --git a/src/mpc-hc/mplayerc.rc b/src/mpc-hc/mplayerc.rc
index dcdde0913..c09df5e78 100644
--- a/src/mpc-hc/mplayerc.rc
+++ b/src/mpc-hc/mplayerc.rc
@@ -367,7 +367,7 @@ BEGIN
CONTROL "RealMedia",IDC_RADIO1,"Button",BS_AUTORADIOBUTTON | WS_GROUP,10,198,50,8
CONTROL "QuickTime",IDC_RADIO2,"Button",BS_AUTORADIOBUTTON,64,198,50,8
CONTROL "DirectShow",IDC_RADIO3,"Button",BS_AUTORADIOBUTTON,118,198,50,8
- CONTROL "Look file extension first",IDC_CHECK5,"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,173,198,115,8
+ CONTROL "Check file extension first",IDC_CHECK5,"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,173,198,115,8
GROUPBOX "Explorer Context Menu",IDC_STATIC,5,213,118,24
CONTROL "Directory",IDC_CHECK6,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,225,50,8
CONTROL "File(s)",IDC_CHECK7,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,64,225,55,8