]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/web.texi
Run grand-replace (issue 3765)
[lilypond.git] / Documentation / es / web.texi
index 3aca6e20a002e5ff5db860c4242254b4e9c7af44..a748663a8af5360e8687a89ef92dedc4ee90c1e1 100644 (file)
@@ -15,7 +15,7 @@
 
 @c `Web' was imported 2009-08-05 with git commit b938d71...
 @c @macro copyrightDeclare
-@c Copyright @copyright{} 2009--2012 by the authors.
+@c Copyright @copyright{} 2009--2014 by the authors.
 @c @end macro
 
 @set FDL
@@ -35,7 +35,7 @@
 @c Translators: Francisco Vila
 
 @copying
-Copyright @copyright{} 2009--2012 por los autores.
+Copyright @copyright{} 2009--2014 por los autores.
 
 @c next line is necessary for broken pre-4.13 texinfo's
 @c install-info, so leave it there until we officially
@@ -182,7 +182,7 @@ LilyPond es software libre y forma parte del
       return xhttp.responseXML;
     }
 
-  var xmlDoc = loadXMLDoc("tweets-es.xml");
+  var xmlDoc = loadXMLDoc("tweets.xml");
   var tweets = xmlDoc.getElementsByTagName("tweet");
   var index = Math.floor(Math.random() * tweets.length);
   var tweet = tweets[index];