diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-05-29 16:40:20 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-05-29 16:40:20 +0000 |
commit | 7fea34d87866e1fbfce343bd650c732fe05a6a83 (patch) | |
tree | 4eba2ae6db1ea42a9cb14db7e144ed264f39816c /plugins/PluginUpdater/res | |
parent | f82f54f07cc84b500b4d77b0a4d5c7bcd675b53d (diff) |
Plugin Updater: Improved silentMode popups
git-svn-id: http://svn.miranda-ng.org/main/trunk@9355 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/res')
-rw-r--r-- | plugins/PluginUpdater/res/Resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/PluginUpdater/res/Resource.rc b/plugins/PluginUpdater/res/Resource.rc index 2d153aa4eb..12236bac66 100644 --- a/plugins/PluginUpdater/res/Resource.rc +++ b/plugins/PluginUpdater/res/Resource.rc @@ -81,7 +81,7 @@ BEGIN "Button",BS_AUTORADIOBUTTON | WS_TABSTOP,11,135,247,10
CONTROL "Custom version",IDC_CUSTOM,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,11,150,247,10
EDITTEXT IDC_CUSTOMURL,11,164,234,16,ES_AUTOHSCROLL | WS_DISABLED
- LTEXT "You need restart your Miranda to apply installed updates",IDC_NEEDRESTARTLABEL,11,192,253,22,NOT WS_VISIBLE
+ CTEXT "Some component(s) was updated.\nYou need to restart your Miranda to apply installed updates.",IDC_NEEDRESTARTLABEL,11,193,247,15,NOT WS_VISIBLE
END
IDD_POPUP DIALOGEX 0, 0, 316, 182
@@ -191,7 +191,7 @@ BEGIN VERTGUIDE, 11
VERTGUIDE, 258
VERTGUIDE, 264
- BOTTOMMARGIN, 207
+ BOTTOMMARGIN, 214
END
IDD_LIST, DIALOG
|