mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #104151 from KoBeWi/Adding_C_to_your_TTR
Fix Android build template message translation
This commit is contained in:
commit
235b71276b
1 changed files with 2 additions and 2 deletions
|
|
@ -177,8 +177,8 @@ EditorNode *EditorNode::singleton = nullptr;
|
||||||
|
|
||||||
static const String EDITOR_NODE_CONFIG_SECTION = "EditorNode";
|
static const String EDITOR_NODE_CONFIG_SECTION = "EditorNode";
|
||||||
|
|
||||||
static const String REMOVE_ANDROID_BUILD_TEMPLATE_MESSAGE = "The Android build template is already installed in this project and it won't be overwritten.\nRemove the \"%s\" directory manually before attempting this operation again.";
|
static const String REMOVE_ANDROID_BUILD_TEMPLATE_MESSAGE = TTRC("The Android build template is already installed in this project and it won't be overwritten.\nRemove the \"%s\" directory manually before attempting this operation again.");
|
||||||
static const String INSTALL_ANDROID_BUILD_TEMPLATE_MESSAGE = "This will set up your project for gradle Android builds by installing the source template to \"%s\".\nNote that in order to make gradle builds instead of using pre-built APKs, the \"Use Gradle Build\" option should be enabled in the Android export preset.";
|
static const String INSTALL_ANDROID_BUILD_TEMPLATE_MESSAGE = TTRC("This will set up your project for gradle Android builds by installing the source template to \"%s\".\nNote that in order to make gradle builds instead of using pre-built APKs, the \"Use Gradle Build\" option should be enabled in the Android export preset.");
|
||||||
|
|
||||||
bool EditorProgress::step(const String &p_state, int p_step, bool p_force_refresh) {
|
bool EditorProgress::step(const String &p_state, int p_step, bool p_force_refresh) {
|
||||||
if (!force_background && Thread::is_main_thread()) {
|
if (!force_background && Thread::is_main_thread()) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue