Skip to content

Commit

Permalink
Fix outdated string resource. Change '红包已失效' to '超过24小时'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhongyi Tong committed May 31, 2016
1 parent 372e1ba commit dac8d9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class HongbaoService extends AccessibilityService implements SharedPrefer
private static final String WECHAT_DETAILS_CH = "红包详情";
private static final String WECHAT_BETTER_LUCK_EN = "Better luck next time!";
private static final String WECHAT_BETTER_LUCK_CH = "手慢了";
private static final String WECHAT_EXPIRES_CH = "红包已失效";
private static final String WECHAT_EXPIRES_CH = "已超过24小时";
private static final String WECHAT_VIEW_SELF_CH = "查看红包";
private static final String WECHAT_VIEW_OTHERS_CH = "领取红包";
private static final String WECHAT_NOTIFICATION_TIP = "[微信红包]";
Expand Down

0 comments on commit dac8d9c

Please sign in to comment.