]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/auxiliar/lily-git.tcl
Run grand-replace (issue 3765)
[lilypond.git] / scripts / auxiliar / lily-git.tcl
index 7767686f4a3a99e4b6aa71145c64a98c8a7f6f96..5e8dc3a0c9999c4eccd2727bcb25e7935a76abee 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--2014 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 {