Change `make update-pot` comment to cmake command
`make update-pot` only works if a generator producing Makefiles was used with `cmake`. The `cmake` command to build a specific target will work for any generator.1164-fix
parent
963cd1b347
commit
bf1982f4e4
|
@ -48,8 +48,8 @@ const char* stringsCbot[CBot::CBotErrMAX] = { nullptr };
|
|||
*/
|
||||
#define TR(x) x
|
||||
|
||||
/* Please run `make update-pot` after changing this file
|
||||
* in order to update translation files. Thank you.
|
||||
/* Please run `cmake --build <path_to_build_folder> --target update-pot`
|
||||
* after changing this file in order to update translation files. Thank you.
|
||||
*/
|
||||
|
||||
void InitializeRestext()
|
||||
|
|
Loading…
Reference in New Issue