https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ca72c931f3313787e539fd75a068ae82b3962e3b

commit ca72c931f3313787e539fd75a068ae82b3962e3b
Author:     Jared Smudde <[email protected]>
AuthorDate: Fri Apr 12 18:20:59 2019 -0500
Commit:     Hermès BÉLUSCA - MAÏTO <[email protected]>
CommitDate: Sat Apr 13 17:07:55 2019 +0200

    [OPENGLCFG] Edit the applet name so it uses the same capitalization scheme 
as the other Control Panel applets.
---
 dll/cpl/openglcfg/lang/en-US.rc | 2 +-
 dll/cpl/openglcfg/lang/tr-TR.rc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dll/cpl/openglcfg/lang/en-US.rc b/dll/cpl/openglcfg/lang/en-US.rc
index 9a79f3ea02..f7bfdd7a51 100644
--- a/dll/cpl/openglcfg/lang/en-US.rc
+++ b/dll/cpl/openglcfg/lang/en-US.rc
@@ -20,7 +20,7 @@ STRINGTABLE
 BEGIN
     IDS_RENDERER_DEFAULT "System default"
     IDS_RENDERER_RSWR "ReactOS Software Implementation"
-    IDS_CPLNAME "OpenGL configuration"
+    IDS_CPLNAME "OpenGL Configuration"
     IDS_CPLDESCRIPTION "Configures OpenGL renderer."
     IDS_DEBUG_SET "Set"
     IDS_DEBUG_CLEAR "Clear"
diff --git a/dll/cpl/openglcfg/lang/tr-TR.rc b/dll/cpl/openglcfg/lang/tr-TR.rc
index 84479007e3..31543db881 100644
--- a/dll/cpl/openglcfg/lang/tr-TR.rc
+++ b/dll/cpl/openglcfg/lang/tr-TR.rc
@@ -22,7 +22,7 @@ STRINGTABLE
 BEGIN
     IDS_RENDERER_DEFAULT "Dizge Ön Tanımlı"
     IDS_RENDERER_RSWR "ReactOS Yazılım Gerçekleştirmesi"
-    IDS_CPLNAME "OpenGL yapılandırması"
+    IDS_CPLNAME "OpenGL Yapılandırması"
     IDS_CPLDESCRIPTION "OpenGL işleyicisini yapılandırır."
     IDS_DEBUG_SET "Ayarla"
     IDS_DEBUG_CLEAR "Sil"

Reply via email to