From 9748fb4be73227276f4a89096e3acbe59255a2f0 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Wed, 11 Apr 2012 03:39:57 -0400 Subject: [PATCH] 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. --- src/apps/deskbar/TimeView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/deskbar/TimeView.cpp b/src/apps/deskbar/TimeView.cpp index 69694b7a0f..230187d5bf 100644 --- a/src/apps/deskbar/TimeView.cpp +++ b/src/apps/deskbar/TimeView.cpp @@ -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);