diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-27 13:36:07 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-27 13:36:07 +0000 |
commit | 37048fac02bf4cbec6924f383246cd7f92133467 (patch) | |
tree | e987ac1590b63df91ea0eb9e17cba7d6af8beda7 /plugins/Nudge/res | |
parent | d73bf268980603d8dc4db13a58a576c3e137f122 (diff) |
removed unneeded spaces, etc.
git-svn-id: http://svn.miranda-ng.org/main/trunk@6644 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Nudge/res')
-rw-r--r-- | plugins/Nudge/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Nudge/res/resource.rc b/plugins/Nudge/res/resource.rc index 50a5f3ef57..ac8ac52923 100644 --- a/plugins/Nudge/res/resource.rc +++ b/plugins/Nudge/res/resource.rc @@ -75,10 +75,10 @@ BEGIN LTEXT "Receiving text",IDC_STATIC,174,172,120,8
EDITTEXT IDC_RECVTEXT,174,183,120,12,ES_AUTOHSCROLL
GROUPBOX "Privacy",IDC_STATIC,12,97,290,36
- RTEXT "Allow sending* one nudge to the same contact every :",IDC_STATIC,18,106,247,8
+ RTEXT "Allow sending* one nudge to the same contact every:",IDC_STATIC,18,106,247,8
EDITTEXT IDC_SENDTIME,270,104,21,12,ES_AUTOHSCROLL | ES_READONLY | WS_DISABLED
LTEXT "s",IDC_STATIC,293,106,8,8
- RTEXT "Allow receiving one nudge from the same contact every :",IDC_STATIC,18,120,246,8
+ RTEXT "Allow receiving one nudge from the same contact every:",IDC_STATIC,18,120,246,8
EDITTEXT IDC_RECVTIME,270,118,22,12,ES_AUTOHSCROLL
LTEXT "s",IDC_STATIC,293,120,8,8
CTEXT "* Nudge sending delay is hardcoded and cannot be changed.",IDC_STATIC,18,204,138,17,NOT WS_GROUP
|