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/NotesAndReminders | |
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/NotesAndReminders')
-rw-r--r-- | plugins/NotesAndReminders/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NotesAndReminders/res/resource.rc b/plugins/NotesAndReminders/res/resource.rc index fc4186f862..e6e76374fe 100644 --- a/plugins/NotesAndReminders/res/resource.rc +++ b/plugins/NotesAndReminders/res/resource.rc @@ -79,7 +79,7 @@ BEGIN CONTROL "Slider1",IDC_SLIDER_TRANSPARENCY,"msctls_trackbar32",TBS_ENABLESELRANGE | WS_TABSTOP,14,171,277,14
LTEXT "0%",IDC_STATIC,12,185,9,8
LTEXT "100%",IDC_STATIC,273,186,18,8
- LTEXT "Send Reminders through E-mail / SMS :",IDC_STATIC,6,207,130,10
+ LTEXT "Send Reminders through E-mail/SMS:",IDC_STATIC,6,207,130,10
EDITTEXT IDC_EDIT_EMAILSMS,137,204,159,14,ES_AUTOHSCROLL
LTEXT "Open links with this program instead:",IDC_STATIC,5,228,125,8
EDITTEXT IDC_EDIT_ALTBROWSER,138,225,140,14,ES_AUTOHSCROLL
|