]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/main.cc
Merge commit 'origin' into includes
[lilypond.git] / lily / main.cc
index 29f3e685b363f42ce6729055492f7ca930e64557..ab25e953ce44f9bb6f4f6200f1aaabe25331ec0b 100644 (file)
@@ -12,6 +12,7 @@
 #include <clocale>
 #include <cstring>
 #include <cerrno>
+#include <cstdio>
 using namespace std;
 
 #include <unistd.h>
@@ -258,6 +259,10 @@ LY_DEFINE (ly_usage, "ly:usage",
   printf ("\n");
   printf (Long_option_init::table_string (options_static).c_str ());
   printf ("\n");
+  /* Translators, please translate this string as
+         "Report bugs in English via %s",
+     or if there is a LilyPond users list or forum in your language
+         "Report bugs in English via %s or in YOUR_LANG via URI"  */
   printf (_f ("Report bugs via %s",
              "http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs"
              ).c_str ());