From b0b29c2adfe148dd51200d5c85b435d973c6d386 Mon Sep 17 00:00:00 2001 From: Rajendra Singh Date: Thu, 21 Mar 2019 21:49:15 +0530 Subject: [PATCH] Updated Hindi Translation and corrected typo in English Close #5448 --- PowerEditor/installer/nativeLang/english.xml | 2 +- PowerEditor/installer/nativeLang/hindi.xml | 14 ++++++++++---- .../src/WinControls/Preference/preferenceDlg.cpp | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/PowerEditor/installer/nativeLang/english.xml b/PowerEditor/installer/nativeLang/english.xml index cce8007b..32197257 100644 --- a/PowerEditor/installer/nativeLang/english.xml +++ b/PowerEditor/installer/nativeLang/english.xml @@ -912,7 +912,7 @@ - + diff --git a/PowerEditor/installer/nativeLang/hindi.xml b/PowerEditor/installer/nativeLang/hindi.xml index 6aac3a18..d858ec66 100644 --- a/PowerEditor/installer/nativeLang/hindi.xml +++ b/PowerEditor/installer/nativeLang/hindi.xml @@ -4,10 +4,10 @@ ** created By:- Rathin A. Dholakia ** Email- rathin2j@gmail.com - ** Last Updated on 06/03/2019 by Rajendra Singh (singh.rajen15@gmail.com) ** + ** Last Updated on 21/03/2019 by Rajendra Singh (singh.rajen15@gmail.com) ** --> - +
@@ -46,6 +46,7 @@ + @@ -112,6 +113,7 @@ + @@ -914,11 +916,14 @@ - + + + + + - @@ -1057,6 +1062,7 @@ + diff --git a/PowerEditor/src/WinControls/Preference/preferenceDlg.cpp b/PowerEditor/src/WinControls/Preference/preferenceDlg.cpp index bc5c1c34..bd681a45 100644 --- a/PowerEditor/src/WinControls/Preference/preferenceDlg.cpp +++ b/PowerEditor/src/WinControls/Preference/preferenceDlg.cpp @@ -883,7 +883,7 @@ INT_PTR CALLBACK SettingsDlg::run_dlgProc(UINT message, WPARAM wParam, LPARAM) case WM_INITDIALOG : { ::SendDlgItemMessage(_hSelf, IDC_COMBO_FILEUPDATECHOICE, CB_ADDSTRING, 0, reinterpret_cast(TEXT("Enable"))); - ::SendDlgItemMessage(_hSelf, IDC_COMBO_FILEUPDATECHOICE, CB_ADDSTRING, 0, reinterpret_cast(TEXT("Enable with all opened files"))); + ::SendDlgItemMessage(_hSelf, IDC_COMBO_FILEUPDATECHOICE, CB_ADDSTRING, 0, reinterpret_cast(TEXT("Enable for all opened files"))); ::SendDlgItemMessage(_hSelf, IDC_COMBO_FILEUPDATECHOICE, CB_ADDSTRING, 0, reinterpret_cast(TEXT("Disable"))); int selIndex = -1;