]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Rcs/svn.pm
* In the aggregator, check for and deal with post filenames that are
[ikiwiki.git] / IkiWiki / Rcs / svn.pm
index 848dfac3a805f16adc65e1f46d7a1c11754cc70a..30020c1fcc23958c9ad4a25fb8b5bb5ac123ca2e 100644 (file)
@@ -203,7 +203,7 @@ sub rcs_recentchanges ($) { #{{{
 
 sub rcs_notify () { #{{{
        if (! exists $ENV{REV}) {
-               error("REV is not set, not running from svn post-commit hook, cannot send notifications");
+               error(gettext("REV is not set, not running from svn post-commit hook, cannot send notifications"));
        }
        my $rev=int(possibly_foolish_untaint($ENV{REV}));