# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
Index: moodle/mod/feedback/index.php
--- moodle/mod/feedback/index.php Base (1.10)
+++ moodle/mod/feedback/index.php Locally Modified (Based On 1.10)
@@ -36,7 +36,7 @@
 /// Get all the appropriate data
 
 if (! $feedbacks = get_all_instances_in_course("feedback", $course)) {
-    notice("There are no feedbacks", htmlspecialchars('../../course/view.php?id='.$course->id));
+    notice(get_string('thereareno', 'moodle', $strfeedbacks), htmlspecialchars('../../course/view.php?id='.$course->id));
     die;
 }
 
