tiny fixes
diff --git a/vrt2tei.pl b/vrt2tei.pl
index b1f6b34..2db2a6b 100755
--- a/vrt2tei.pl
+++ b/vrt2tei.pl
@@ -160,7 +160,7 @@
     my $l = scalar(@array);
     my $source = $array[$l-1];
     $source =~ s/\.xml//;
-    $source = $source . " from KLK-FI";       # for the time being; TODO
+    $source = $source . " from klk-fi-v2-vrt";       # for the time being; TODO
     
     my $teiHeader        = $root           ->insert_new_elt("first_child", 'teiHeader');    
     my $fileDesc         = $teiHeader      ->insert_new_elt("last_child", 'fileDesc');