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

commit d6c8fe7c3776a89bafd9a6a85a56233ab139224e
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Sun Sep 12 19:52:25 2021 +0200
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Mon Sep 13 03:52:18 2021 +0200

    [REGEDIT] Fix "tr-TR.rc:68: unrecognized escape sequence" error.
---
 base/applications/regedit/lang/tr-TR.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/applications/regedit/lang/tr-TR.rc 
b/base/applications/regedit/lang/tr-TR.rc
index 29a7d7f8b30..9002d93712f 100644
--- a/base/applications/regedit/lang/tr-TR.rc
+++ b/base/applications/regedit/lang/tr-TR.rc
@@ -65,7 +65,7 @@ BEGIN
         MENUITEM SEPARATOR
         MENUITEM "Di&zin Yolunu Çoğalt", ID_EDIT_COPYKEYNAME
         MENUITEM SEPARATOR
-        MENUITEM "&Bul...\CTRL+F", ID_EDIT_FIND
+        MENUITEM "&Bul...\tCtrl+F", ID_EDIT_FIND
         MENUITEM "S&onrakini Bul\tF3...", ID_EDIT_FINDNEXT
     END
     POPUP "&Görünüm"

Reply via email to