diff --git a/library/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java b/library/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java index 43bbf0b9a..8ec7f7a53 100644 --- a/library/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java +++ b/library/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java @@ -244,6 +244,7 @@ protected final void resetHeader() { startY = -1; headerImage.setVisibility(View.VISIBLE); headerProgress.setVisibility(View.GONE); + headerText.setText(R.string.pull_to_refresh_pull_label); smoothScrollTo(0); } @@ -459,4 +460,4 @@ public static interface OnRefreshListener { } -} \ No newline at end of file +}