You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-03 16:55:53 +00:00
Make string inside TTR() single-line
(cherry picked from commit 1348f868c9)
This commit is contained in:
committed by
Rémi Verschelde
parent
8e5a3a3019
commit
fbd74ae941
@@ -2204,9 +2204,7 @@ bool EditorExportPlatformAndroid::can_export(const Ref<EditorExportPreset> &p_pr
|
||||
bool godot_google_play_billing_enabled = p_preset->get("plugins/GodotGooglePlayBilling");
|
||||
if (!godot_google_play_billing_enabled) {
|
||||
valid = false;
|
||||
err += TTR("Invalid \"GodotPaymentV3\" module included in the \"android/modules\" project setting (changed in Godot 3.2.2).\n"
|
||||
"Replace it with the first-party \"GodotGooglePlayBilling\" plugin.\n"
|
||||
"Note that the singleton was also renamed from \"GodotPayments\" to \"GodotGooglePlayBilling\".");
|
||||
err += TTR("Invalid \"GodotPaymentV3\" module included in the \"android/modules\" project setting (changed in Godot 3.2.2).\nReplace it with the first-party \"GodotGooglePlayBilling\" plugin.\nNote that the singleton was also renamed from \"GodotPayments\" to \"GodotGooglePlayBilling\".");
|
||||
err += "\n";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user