diff --git a/ChangeLog b/ChangeLog index 7140882c..478c918f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -33,8 +33,6 @@ TODO add new register message which contains version and, e.g., max number of clients -TODO the new translation loading does not work on MacOS - TODO https://github.com/corrados/jamulus/issues/341#issuecomment-647172946 - generate .qm on compile time with lrelease - download nsProcess.dll on Windows installer creation instead of put it in the repo diff --git a/src/global.h b/src/global.h index 20ef60cc..304e813b 100755 --- a/src/global.h +++ b/src/global.h @@ -225,7 +225,7 @@ LED bar: lbr // Maximum length of fader tag and text message strings (Since for chat messages // some HTML code is added, we also have to define a second length which includes // this additionl HTML code. Right now the length of the HTML code is approx. 66 -// character. Here, we add some headroom to this number) +// characters. Here, we add some headroom to this number) #define MAX_LEN_FADER_TAG 16 #define MAX_LEN_CHAT_TEXT 1600 #define MAX_LEN_CHAT_TEXT_PLUS_HTML 1800 @@ -237,7 +237,7 @@ LED bar: lbr // common tool tip bottom line text #define TOOLTIP_COM_END_TEXT \ "
" + \ - QCoreApplication::translate ( "global","For more information use the ""What's " \ + QCoreApplication::translate ( "global", "For more information use the ""What's " \ "This"" help (help menu, right mouse button or Shift+F1)" ) + \ "
"