diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-12-16 20:31:27 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-12-16 20:31:27 +0000 |
commit | ea26d3c8cabc728cff895e005cf9f4f6255edd88 (patch) | |
tree | 6a2df59d43a6b2acd92bbdff41109cb6d328bbe1 /plugins/Import/res | |
parent | a469e9b981b6e34300e96b7283d31064e8f856fd (diff) |
Import form cosmetics
- langpacks/english: update;
- langpacks/russian: update;
git-svn-id: http://svn.miranda-ng.org/main/trunk@11474 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Import/res')
-rw-r--r-- | plugins/Import/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Import/res/resource.rc b/plugins/Import/res/resource.rc index af948610fc..5f10bdcc0b 100644 --- a/plugins/Import/res/resource.rc +++ b/plugins/Import/res/resource.rc @@ -127,7 +127,7 @@ END IDD_ACCMERGE DIALOGEX 0, 0, 312, 150
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Account merge"
+CAPTION "Choose appropriate accounts for import"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "OK",IDOK,204,132,50,16
|