Fixed jira issue and fixed prevent issue
[apps/osp/MusicPlayer.git] / src / MpContentListForm.cpp
index 761a972..0bfb1ac 100644 (file)
@@ -448,7 +448,7 @@ ContentListForm::SetCheckedCountBallonTooltip(unsigned int checkedItemCount)
                return;
        }
 
-       __pBallonTooltip->SetText(CommonUtil::GetStringItemSelectd(checkedItemCount));
+       __pBallonTooltip->SetText(CommonUtil::GetStringItemSelected(checkedItemCount));
        if (__pBallonTooltip->GetShowState() == false)
        {
                SetShowStateBalloonTooltip(true);