|
|
@@ -49,7 +49,7 @@ public class FifthCategoryMainModel extends CategoryMainModel {
|
|
|
}
|
|
|
|
|
|
public String getMonthWeekString() {
|
|
|
- return ResourceUtil.getString(R.string.month_week, getMonth(), getWeekOfMonth());
|
|
|
+ return ResourceUtil.getString(R.string.month_week, getMonth() + 1, getWeekOfMonth());
|
|
|
}
|
|
|
|
|
|
public int getWeekOfMonth() {
|