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;