Small tweak to time menu options in Deskbar

Change "Change time..." menu item in Deskbar clock contextual
menu to "Open time preferences..." because you can do a lot more
than just change the current time there.
This commit is contained in:
John Scipione 2012-04-11 03:39:57 -04:00
parent d187a1ef55
commit 9748fb4be7

View File

@ -410,7 +410,7 @@ TTimeView::ShowTimeOptions(BPoint point)
menu->SetFont(be_plain_font);
BMenuItem* item;
item = new BMenuItem(B_TRANSLATE("Change time" B_UTF8_ELLIPSIS),
item = new BMenuItem(B_TRANSLATE("Open time preferences" B_UTF8_ELLIPSIS),
new BMessage(kChangeTime));
menu->AddItem(item);