Skip to content

Commit

Permalink
Fix typo in PullToRefresh text (#3605)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocketeer007 authored Jun 23, 2022
1 parent 2031dd5 commit 7258eb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2358,7 +2358,7 @@ public int getPullToRefreshHeight() {
pull = new Container(bl);
}
if (pullDown == null) {
pullDown = new Label(getUIManager().localize("pull.down", "Pull down do refresh..."));
pullDown = new Label(getUIManager().localize("pull.down", "Pull down to refresh..."));
pullDown.setUIID("PullToRefresh");

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

0 comments on commit 7258eb2

Please sign in to comment.