Skip to content

Commit 7258eb2

Browse files
authored
Fix typo in PullToRefresh text (#3605)
1 parent 2031dd5 commit 7258eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodenameOne/src/com/codename1/ui/plaf/DefaultLookAndFeel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2358,7 +2358,7 @@ public int getPullToRefreshHeight() {
23582358
pull = new Container(bl);
23592359
}
23602360
if (pullDown == null) {
2361-
pullDown = new Label(getUIManager().localize("pull.down", "Pull down do refresh..."));
2361+
pullDown = new Label(getUIManager().localize("pull.down", "Pull down to refresh..."));
23622362
pullDown.setUIID("PullToRefresh");
23632363

23642364
Image i = UIManager.getInstance().getThemeImageConstant("pullToRefreshImage");

0 commit comments

Comments
 (0)