lib/exceptions.rb in runeblog-0.3.19 vs lib/exceptions.rb in runeblog-0.3.20
- old
+ new
@@ -10,10 +10,10 @@
end
end
make_exception(:NotImplemented, "Feature not yet implemented")
make_exception(:CantOpen, "Can't open '%1'")
-make_exception(:CantDelete, "Can't open '%1'")
+make_exception(:CantDelete, "Can't delete '%1'")
make_exception(:InternalError, "Glitch: %1 got arg '%2'")
make_exception(:CantCopy, "Can't copy %1 to %2")
make_exception(:FileNotFound, "File %1 was not found")
make_exception(:FoundNeither, "Found neither %1 nor %2")