diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-08-01 13:27:40 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-08-01 13:27:40 +0000 |
commit | f8525a5432212fd0e6593bb632743832550f3463 (patch) | |
tree | c768303e672337c5e49d7486b30e32f9a68ef395 /plugins/NewsAggregator/Res/Resource.rc | |
parent | 41872c8fb1e0130a80830b9013e42579ba29593f (diff) |
don't import duplicates
git-svn-id: http://svn.miranda-ng.org/main/trunk@5547 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregator/Res/Resource.rc')
-rw-r--r-- | plugins/NewsAggregator/Res/Resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewsAggregator/Res/Resource.rc b/plugins/NewsAggregator/Res/Resource.rc index ab418aebdf..1f6777bf51 100644 --- a/plugins/NewsAggregator/Res/Resource.rc +++ b/plugins/NewsAggregator/Res/Resource.rc @@ -91,7 +91,7 @@ EXSTYLE WS_EX_CONTROLPARENT CAPTION "Authentication"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- CTEXT "aaaa",IDC_FEEDNAME,7,5,196,8
+ CTEXT "Feed name",IDC_FEEDNAME,7,5,196,8
LTEXT "This feed seems to need authentication. Please fill username and password fields:",IDC_STATIC,7,19,196,22
RTEXT "Username",IDC_STATIC,25,49,42,8
EDITTEXT IDC_FEEDUSERNAME,71,46,80,14,ES_AUTOHSCROLL
|