diff --git a/src/apps/deskcalc/CalcView.cpp b/src/apps/deskcalc/CalcView.cpp index be110deb99..6479b79a6d 100644 --- a/src/apps/deskcalc/CalcView.cpp +++ b/src/apps/deskcalc/CalcView.cpp @@ -962,7 +962,7 @@ void CalcView::_CreatePopUpMenu() { // construct items - fAboutItem = new BMenuItem("About Calculator" B_UTF8_ELLIPSIS, + fAboutItem = new BMenuItem("About DeskCalc" B_UTF8_ELLIPSIS, new BMessage(B_ABOUT_REQUESTED)); fOptionsItem = new BMenuItem("Options" B_UTF8_ELLIPSIS, new BMessage(K_OPTIONS_REQUESTED));