diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-08-22 13:37:17 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-08-22 13:37:17 +0000 |
commit | 7a09779ec9d76f99606c425c49066f1b74c6bfc0 (patch) | |
tree | 86d825a688ce2e085fff9aae9811ea21a2338fd7 /plugins/IEHistory/res/IEHistory.rc | |
parent | 314ed33b60a843bdfec952c4f51725024f7a0881 (diff) |
IEHistory: translation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@10292 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEHistory/res/IEHistory.rc')
-rw-r--r-- | plugins/IEHistory/res/IEHistory.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEHistory/res/IEHistory.rc b/plugins/IEHistory/res/IEHistory.rc index a93dd5bbd2..96471e4356 100644 --- a/plugins/IEHistory/res/IEHistory.rc +++ b/plugins/IEHistory/res/IEHistory.rc @@ -90,7 +90,7 @@ BEGIN DEFPUSHBUTTON "&Find next",IDC_FIND_NEXT,99,64,50,14 PUSHBUTTON "Cancel",IDCANCEL,153,64,50,14 CONTROL "",IDC_TABS,"SysTabControl32",0x0,7,7,196,48 - CONTROL "Text :",IDC_SEARCH_TEXT_STATIC,"Static",SS_LEFTNOWORDWRAP | WS_GROUP,14,33,24,8,WS_EX_TRANSPARENT + CONTROL "Text:",IDC_SEARCH_TEXT_STATIC,"Static",SS_LEFTNOWORDWRAP | WS_GROUP,14,33,24,8,WS_EX_TRANSPARENT GROUPBOX "Direction",IDC_DIRECTION_GROUPBOX,7,57,88,21 CONTROL "Up",IDC_DIRECTION_UP,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,9,65,34,10 CONTROL "Down",IDC_DIRECTION_DOWN,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,47,65,45,10 |