]> git.mjollnir.org Git - moodle.git/commitdiff
fixed quoting error
authorskodak <skodak>
Mon, 25 Sep 2006 14:15:55 +0000 (14:15 +0000)
committerskodak <skodak>
Mon, 25 Sep 2006 14:15:55 +0000 (14:15 +0000)
mod/forum/discuss.php

index 7a7ab984a91dd0a713bfc50c3eeeaa0ccceabdd6..cabb402b202b5f415279c5ee5c06d1349ba1647f 100644 (file)
@@ -73,7 +73,7 @@
                        'destination forum(s) - check your file permissionsforums');
             }
         } else {
-            error('You can't move to that forum - it doesn't exist!');
+            error('You can\'t move to that forum - it doesn\'t exist!');
         }
     }