From bf1982f4e4a4d511563df07d0601b91aedbe4c11 Mon Sep 17 00:00:00 2001 From: MrSimbax Date: Fri, 10 Jul 2020 11:01:47 +0200 Subject: [PATCH] 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. --- src/common/restext.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/restext.cpp b/src/common/restext.cpp index 40b34565..cd05d59f 100644 --- a/src/common/restext.cpp +++ b/src/common/restext.cpp @@ -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 --target update-pot` + * after changing this file in order to update translation files. Thank you. */ void InitializeRestext()