]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/auxiliar/lily-git.tcl
Run grand replace for 2015.
[lilypond.git] / scripts / auxiliar / lily-git.tcl
index 7767686f4a3a99e4b6aa71145c64a98c8a7f6f96..8a90c48ba6b5592eb3c6f0ec100cd3c4c4061036 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/wish
 
 # GUI interface for common LilyPond git repository commands
-# Copyright 2009--2012 by Johannes Schindelin and Carl Sorensen
+# Copyright 2009--2015 by Johannes Schindelin and Carl Sorensen
 #
 package require Tk
 
@@ -30,7 +30,7 @@ if {$translator == 1} {
         "LilyPond Translator's Git Interface version $version"
     set updateButtonText "1. Update translation"
     set initializeButtonText "1. Get translation"
-    set originHead "lilypond/translation"
+    set originHead "translation"
     set pushHead $originHead
     set rebase 0
 } else {