From f4678724f4633d99b022ae8c2f85fa06fd959414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Fri, 15 Feb 2013 15:45:56 +0000 Subject: typo git-svn-id: http://svn.miranda-ng.org/main/trunk@3612 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/New_GPG/res/new_gpg.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins') diff --git a/plugins/New_GPG/res/new_gpg.rc b/plugins/New_GPG/res/new_gpg.rc index 2ad1f72564..872a7fd394 100755 --- a/plugins/New_GPG/res/new_gpg.rc +++ b/plugins/New_GPG/res/new_gpg.rc @@ -55,7 +55,7 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPT CAPTION "Load Public GPG key" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN - DEFPUSHBUTTON "خت",ID_OK,7,169,50,14 + DEFPUSHBUTTON "OK",ID_OK,7,169,50,14 PUSHBUTTON "Load from file",ID_LOAD_FROM_FILE,256,169,75,14 EDITTEXT IDC_PUBLIC_KEY_EDIT,7,7,324,134,ES_MULTILINE | ES_AUTOVSCROLL | ES_AUTOHSCROLL | WS_VSCROLL,WS_EX_STATICEDGE PUSHBUTTON "Select existing",IDC_SELECT_EXISTING,113,169,97,14 @@ -68,7 +68,7 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPT CAPTION "Set own key" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN - DEFPUSHBUTTON "خت",ID_OK,12,220,50,14,WS_DISABLED + DEFPUSHBUTTON "OK",ID_OK,12,220,50,14,WS_DISABLED CONTROL "",IDC_KEY_LIST,"SysListView32",LVS_REPORT | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,44,277,105 PUSHBUTTON "Generate key",IDC_GENERATE_KEY,7,152,74,14 LTEXT "Select key for use",IDC_STATIC,16,33,186,8 @@ -146,7 +146,7 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPT CAPTION "Select existing public key from list" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN - DEFPUSHBUTTON "خت",IDOK,7,236,50,14,WS_DISABLED + DEFPUSHBUTTON "OK",IDOK,7,236,50,14,WS_DISABLED PUSHBUTTON "Cancel",IDCANCEL,313,236,50,14 CONTROL "",IDC_EXISTING_KEY_LIST,"SysListView32",LVS_REPORT | LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,14,356,217 END @@ -156,7 +156,7 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPT CAPTION "Enter password for your secret key" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN - DEFPUSHBUTTON "خت",IDOK,7,87,50,14 + DEFPUSHBUTTON "OK",IDOK,7,87,50,14 PUSHBUTTON "Cancel",IDCANCEL,150,87,50,14 EDITTEXT IDC_PASSWORD,13,38,179,14,ES_PASSWORD | ES_AUTOHSCROLL LTEXT "Password:",IDC_STATIC,14,28,34,8 -- cgit v1.2.3