Author: phoudoin Date: 2011-03-12 11:41:02 +0100 (Sat, 12 Mar 2011) New Revision: 40923 Changeset: http://dev.haiku-os.org/changeset/40923 Modified: haiku/trunk/src/apps/mediaplayer/settings/SettingsWindow.cpp Log: The "movies" term was used everywhere else, for coherency use it instead of "clips". Modified: haiku/trunk/src/apps/mediaplayer/settings/SettingsWindow.cpp =================================================================== --- haiku/trunk/src/apps/mediaplayer/settings/SettingsWindow.cpp 2011-03-12 00:53:30 UTC (rev 40922) +++ haiku/trunk/src/apps/mediaplayer/settings/SettingsWindow.cpp 2011-03-12 10:41:02 UTC (rev 40923) @@ -64,7 +64,7 @@ BStringView* viewOptionsLabel = new BStringView("stringViewViewOpions", B_TRANSLATE("View options")); BStringView* bgMoviesModeLabel = new BStringView("stringViewPlayBackg", - B_TRANSLATE("Play background clips at")); + B_TRANSLATE("Play background movies at")); BAlignment alignment(B_ALIGN_LEFT, B_ALIGN_VERTICAL_CENTER); playModeLabel->SetExplicitAlignment(alignment); playModeLabel->SetFont(be_bold_font);