Fixed a spelling error.

git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@396 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
stippi 2010-04-07 00:00:24 +00:00 committed by Alexandre Deckner
parent 3ae87b10f1
commit c373752f78
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ fNewPageBehaviorMenu->SetEnabled(false);
fDaysInGoMenuControl->TextView()->DisallowChar(i);
fShowTabsIfOnlyOnePage = new BCheckBox("show tabs if only one page",
TR("Show tabs if only page is open."),
TR("Show tabs if only one page is open."),
new BMessage(MSG_TAB_DISPLAY_BEHAVIOR_CHANGED));
fShowTabsIfOnlyOnePage->SetValue(B_CONTROL_ON);