alpha 0.0.2
[DHBWCampusApp.git] / app / src / main / java / de / dhbwloe / campusapp / fragments / MensaTagesplan.java
index 0a6f53ce55705d4c2ceee6b9e736ae71dd9b706c..7216738b9058bb2bc30891b36f4765f630fda3e9 100644 (file)
@@ -37,8 +37,8 @@ public class MensaTagesplan extends CampusAppFragment {
             setActiveOnLoad = true;
             return;
         }
-        SimpleDateFormat titleDateFormater = new SimpleDateFormat("dd.MM.yyyy");
-        AppContext.setTitle("Mensa: " + titleDateFormater.format(viewPlanDate));
+        SimpleDateFormat titleDateFormater = new SimpleDateFormat(AppContext.getResString(R.string.timeformat_mensa_titledate));
+        AppContext.setTitle(AppContext.getResString(R.string.mensa_dayplan_title, titleDateFormater.format(viewPlanDate)));
     }
 
     private void setupPlanDate() {