We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2031dd5 commit 7258eb2Copy full SHA for 7258eb2
CodenameOne/src/com/codename1/ui/plaf/DefaultLookAndFeel.java
@@ -2358,7 +2358,7 @@ public int getPullToRefreshHeight() {
2358
pull = new Container(bl);
2359
}
2360
if (pullDown == null) {
2361
- pullDown = new Label(getUIManager().localize("pull.down", "Pull down do refresh..."));
+ pullDown = new Label(getUIManager().localize("pull.down", "Pull down to refresh..."));
2362
pullDown.setUIID("PullToRefresh");
2363
2364
Image i = UIManager.getInstance().getThemeImageConstant("pullToRefreshImage");
0 commit comments