]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Rcs/Stub.pm
* Fix link() PageSpecs to not just look at the raw link text, but at where
[git.ikiwiki.info.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