]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Rcs/Stub.pm
web commit by http://id.inelegant.org/: Markdown ate my previous attempt at pasting...
[ikiwiki.git] / IkiWiki / Rcs / Stub.pm
index 087f2508c3cc1b218d09d876da9515d4a29d6a59..03757758aa2fc3815223430848b8bfac9bdd8fcc 100644 (file)
@@ -63,7 +63,7 @@ sub rcs_notify () {
 
 sub rcs_getctime ($) {
        # Optional, used to get the page creation time from the RCS.
-       error "getctime not implemented";
+       error gettext("getctime not implemented");
 }
 
 1