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
MrSimbax 2020-07-10 11:01:47 +02:00
parent 963cd1b347
commit bf1982f4e4
1 changed files with 2 additions and 2 deletions

View File

@ -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()