X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmain.cc;h=2d293343c5662cc7553e21fe65c7e9dc4884f059;hb=5affcbfc2285da731e317dbe32fac312c67b662b;hp=29f3e685b363f42ce6729055492f7ca930e64557;hpb=3863f416bea79ef29dded3b1b8a3f61419098f7a;p=lilypond.git diff --git a/lily/main.cc b/lily/main.cc index 29f3e685b3..2d293343c5 100644 --- a/lily/main.cc +++ b/lily/main.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2008 Han-Wen Nienhuys + (c) 1997--2009 Han-Wen Nienhuys */ #include "main.hh" @@ -12,6 +12,7 @@ #include #include #include +#include using namespace std; #include @@ -218,8 +219,8 @@ dir_info (FILE *out) static void copyright () { - printf (_f ("Copyright (c) %s by\n%s and others.", - "1996--2008", + /* Do not update the copyright years here, run grand-replace.sh. */ + printf (_f ("Copyright (c) %s by\n%s and others.", "1996--2009", AUTHORS).c_str ()); printf ("\n"); } @@ -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 ());