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:
parent
d187a1ef55
commit
9748fb4be7
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user