hrev44446 adds 1 changeset to branch 'master' old head: fa37d94d1bd5b2c559f1ab1cac40826a945cec9c new head: 7d404dbcae3f5b237a6e297b55235ac89e6c936d ---------------------------------------------------------------------------- 7d404db: Rename the angle mode menu items to just 'Radians' and 'Degrees'. No reason for the word Mode. [ John Scipione <jscipione@xxxxxxxxx> ] ---------------------------------------------------------------------------- Revision: hrev44446 Commit: 7d404dbcae3f5b237a6e297b55235ac89e6c936d URL: http://cgit.haiku-os.org/haiku/commit/?id=7d404db Author: John Scipione <jscipione@xxxxxxxxx> Date: Tue Jul 31 13:37:08 2012 UTC ---------------------------------------------------------------------------- 1 file changed, 2 insertions(+), 2 deletions(-) src/apps/deskcalc/CalcView.cpp | 4 ++-- ---------------------------------------------------------------------------- diff --git a/src/apps/deskcalc/CalcView.cpp b/src/apps/deskcalc/CalcView.cpp index 0f17810..eba0c41 100644 --- a/src/apps/deskcalc/CalcView.cpp +++ b/src/apps/deskcalc/CalcView.cpp @@ -1276,9 +1276,9 @@ CalcView::_CreatePopUpMenu(bool addKeypadModeMenuItems) new BMessage(MSG_OPTIONS_AUTO_NUM_LOCK)); fAudioFeedbackItem = new BMenuItem(B_TRANSLATE("Audio Feedback"), new BMessage(MSG_OPTIONS_AUDIO_FEEDBACK)); - fAngleModeRadianItem = new BMenuItem(B_TRANSLATE("Radian Mode"), + fAngleModeRadianItem = new BMenuItem(B_TRANSLATE("Radians"), new BMessage(MSG_OPTIONS_ANGLE_MODE_RADIAN)); - fAngleModeDegreeItem = new BMenuItem(B_TRANSLATE("Degree Mode"), + fAngleModeDegreeItem = new BMenuItem(B_TRANSLATE("Degrees"), new BMessage(MSG_OPTIONS_ANGLE_MODE_DEGREE)); if (addKeypadModeMenuItems) { fKeypadModeCompactItem = new BMenuItem(B_TRANSLATE("Compact"),