The "movies" term was used everywhere else, for coherency use it instead of "clips".

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40923 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2011-03-12 10:41:02 +00:00
parent ed7ee7a432
commit b17cf6ff58

View File

@ -64,7 +64,7 @@ SettingsWindow::SettingsWindow(BRect frame)
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);