summaryrefslogtreecommitdiff
path: root/plugins/BuddyPounce/src/dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/BuddyPounce/src/dialog.cpp')
-rw-r--r--plugins/BuddyPounce/src/dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/BuddyPounce/src/dialog.cpp b/plugins/BuddyPounce/src/dialog.cpp
index 19bb83e048..c8c3ad1057 100644
--- a/plugins/BuddyPounce/src/dialog.cpp
+++ b/plugins/BuddyPounce/src/dialog.cpp
@@ -42,7 +42,7 @@ bool CBuddyPounceBasicDlg::OnApply()
void CBuddyPounceBasicDlg::onChanged_Message(CCtrlEdit *)
{
int length = GetWindowTextLength(edtMessage.GetHwnd());
- CMStringW str(FORMAT, TranslateT("The Message (%d Characters)"), length);
+ CMStringW str(FORMAT, TranslateT("The Message (%d Characters)"), length);
SetDlgItemTextW(m_hwnd, GRP_MSG, str);
}