diff options
Diffstat (limited to 'plugins/BuddyExpectator/res/BuddyExpectator.rc')
-rw-r--r-- | plugins/BuddyExpectator/res/BuddyExpectator.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/BuddyExpectator/res/BuddyExpectator.rc b/plugins/BuddyExpectator/res/BuddyExpectator.rc index 52a25ea3ec..c78e683322 100644 --- a/plugins/BuddyExpectator/res/BuddyExpectator.rc +++ b/plugins/BuddyExpectator/res/BuddyExpectator.rc @@ -56,7 +56,7 @@ IDD_OPTIONSPANEL DIALOGEX 0, 0, 227, 219 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
FONT 8, "MS Shell Dlg", 400, 0, 0xCC
BEGIN
- LTEXT "When a contact returns after ",IDC_STATIC,21,16,112,8
+ LTEXT "When a contact returns after",IDC_STATIC,21,16,112,8
EDITTEXT IDC_EDIT_ABSENCE,137,13,22,13,ES_AUTOHSCROLL
COMBOBOX IDC_COMBO_PERIOD,161,13,49,51,CBS_DROPDOWNLIST |
WS_TABSTOP
|