From d8d2670bf43e1bd61bafae3f309ff6d431d98e22 Mon Sep 17 00:00:00 2001 From: Aparajita Fishman Date: Tue, 20 Sep 2011 15:04:14 -0700 Subject: [PATCH] Text tweak --- Tests/Manual/CPComboBoxTest/AppController.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Manual/CPComboBoxTest/AppController.j b/Tests/Manual/CPComboBoxTest/AppController.j index 955748346..008f1db86 100644 --- a/Tests/Manual/CPComboBoxTest/AppController.j +++ b/Tests/Manual/CPComboBoxTest/AppController.j @@ -141,7 +141,7 @@ [self makeCheckBoxWithTitle:@"Bold" defaultState:CPOffState]; [self makeCheckBoxWithTitle:@"Completes" defaultState:CPOnState]; [self makeCheckBoxWithTitle:@"Force selection" defaultState:CPOffState]; - [self makeCheckBoxWithTitle:@"Vertical scroller" defaultState:CPOnState]; + [self makeCheckBoxWithTitle:@"Vertical scrollbar" defaultState:CPOnState]; [self makeCheckBoxWithTitle:@"Big item height" defaultState:CPOffState]; [self makeCheckBoxWithTitle:@"More visible items" defaultState:CPOffState];