From e98834471d99d913a23f29370d2670001403f016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Mon, 8 Oct 2018 16:07:06 +0200 Subject: [PATCH] MOBILE-2658 lang: Fix some languages --- scripts/langindex.json | 2 +- src/addon/mod/workshop/lang/en.json | 4 ++-- src/assets/lang/en.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/langindex.json b/scripts/langindex.json index 7689c8fca..e8a39aa49 100644 --- a/scripts/langindex.json +++ b/scripts/langindex.json @@ -1153,7 +1153,7 @@ "core.course.couldnotloadsectioncontent": "local_moodlemobileapp", "core.course.couldnotloadsections": "local_moodlemobileapp", "core.course.coursesummary": "moodle", - "core.course.downloadcourse": "local_moodlemobileapp", + "core.course.downloadcourse": "tool_mobile", "core.course.errordownloadingcourse": "local_moodlemobileapp", "core.course.errordownloadingsection": "local_moodlemobileapp", "core.course.errorgetmodule": "local_moodlemobileapp", diff --git a/src/addon/mod/workshop/lang/en.json b/src/addon/mod/workshop/lang/en.json index 72d1d6a0d..3f994a544 100644 --- a/src/addon/mod/workshop/lang/en.json +++ b/src/addon/mod/workshop/lang/en.json @@ -53,8 +53,8 @@ "switchphase50": "Close workshop", "userplan": "Workshop planner", "userplancurrentphase": "Current phase", - "warningassessmentmodified": "The submission was modified on the site.", - "warningsubmissionmodified": "The assessment was modified on the site.", + "warningassessmentmodified": "The assessment was modified on the site.", + "warningsubmissionmodified": "The submission was modified on the site.", "weightinfo": "Weight: {{$a}}", "yourassessment": "Your assessment", "yourassessmentfor": "Your assessment for {{$a}}", diff --git a/src/assets/lang/en.json b/src/assets/lang/en.json index a64f93c9d..ba1ffd309 100644 --- a/src/assets/lang/en.json +++ b/src/assets/lang/en.json @@ -752,8 +752,8 @@ "addon.mod_workshop.switchphase50": "Close workshop", "addon.mod_workshop.userplan": "Workshop planner", "addon.mod_workshop.userplancurrentphase": "Current phase", - "addon.mod_workshop.warningassessmentmodified": "The submission was modified on the site.", - "addon.mod_workshop.warningsubmissionmodified": "The assessment was modified on the site.", + "addon.mod_workshop.warningassessmentmodified": "The assessment was modified on the site.", + "addon.mod_workshop.warningsubmissionmodified": "The submission was modified on the site.", "addon.mod_workshop.weightinfo": "Weight: {{$a}}", "addon.mod_workshop.yourassessment": "Your assessment", "addon.mod_workshop.yourassessmentfor": "Your assessment for {{$a}}",