From 9bda107d3c243f34ad0a385d0fdcad13018098d9 Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Thu, 18 Aug 2022 14:57:31 +0000 Subject: [PATCH] build: update dev msg for translations .pot update In the warning for detected translations source .pot changes, state that the .pot will be automatically pushed to Transifex, instead of asking the developer to do that, as they may not have access or the utilities. The Transifex pull job has been updated to do this. Signed-off-by: Rafael Kitover --- src/wx/check-pot-updated.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/check-pot-updated.cmake b/src/wx/check-pot-updated.cmake index eb0663d0..0b11cecb 100644 --- a/src/wx/check-pot-updated.cmake +++ b/src/wx/check-pot-updated.cmake @@ -27,7 +27,7 @@ if(NOT src_ver STREQUAL new_ver) The gettext source in ]=] ${SRC_DIR}/wxvbam.pot [=[ has been updated. -Please commit the result and push to transifex. +Please commit the result, it will be pushed to Transifex automatically. ************************************** ]=])