[haiku-webkit-commits] r396 - webkit/trunk/WebKit/haiku/WebPositive

  • From: webkit@xxxxxxxxxxxxxxx
  • To: haiku-webkit-commits@xxxxxxxxxxxxx
  • Date: Wed, 07 Apr 2010 00:00:25 +0000

Author: stippi
Date: Wed Apr  7 00:00:24 2010
New Revision: 396
URL: http://mmlr.dyndns.org/changeset/396

Log:
Fixed a spelling error.

Modified:
   webkit/trunk/WebKit/haiku/WebPositive/SettingsWindow.cpp

Modified: webkit/trunk/WebKit/haiku/WebPositive/SettingsWindow.cpp
==============================================================================
--- webkit/trunk/WebKit/haiku/WebPositive/SettingsWindow.cpp    Tue Apr  6 
23:55:21 2010        (r395)
+++ webkit/trunk/WebKit/haiku/WebPositive/SettingsWindow.cpp    Wed Apr  7 
00:00:24 2010        (r396)
@@ -247,7 +247,7 @@
                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);
 

Other related posts:

  • » [haiku-webkit-commits] r396 - webkit/trunk/WebKit/haiku/WebPositive - webkit