From 95e02d49729b6639eee2368bf96508fc17cf9be0 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Tue, 10 Apr 2012 01:36:42 -0400 Subject: [PATCH] Remove superfluous colons --- src/apps/deskbar/PreferencesWindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/deskbar/PreferencesWindow.cpp b/src/apps/deskbar/PreferencesWindow.cpp index aae6556cd6..53b87d2884 100644 --- a/src/apps/deskbar/PreferencesWindow.cpp +++ b/src/apps/deskbar/PreferencesWindow.cpp @@ -268,7 +268,7 @@ PreferencesWindow::PreferencesWindow(BRect frame) fWindowBox->AddChild(view); BStringView* timeIntervalLabel = new BStringView("interval", - B_TRANSLATE("Interval:")); + B_TRANSLATE("Interval")); timeIntervalLabel->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNSET)); timeIntervalLabel->SetLowColor((rgb_color){255, 255, 255, 255}); @@ -282,7 +282,7 @@ PreferencesWindow::PreferencesWindow(BRect frame) timeIntervalView->AddChild(fTimeInterval24HourRadioButton); BStringView* timeFormatLabel = new BStringView("format", - B_TRANSLATE("Format:")); + B_TRANSLATE("Format")); timeFormatLabel->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNSET)); timeFormatLabel->SetLowColor((rgb_color){255, 255, 255, 255});