mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Convert en_GB spelling to en_US with codespell
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
<string name="state_failed_unlicensed">Download failed because you may not have purchased this app</string>
|
||||
<string name="state_failed_fetching_url">Download failed because the resources could not be found</string>
|
||||
<string name="state_failed_sdcard_full">Download failed because the external storage is full</string>
|
||||
<string name="state_failed_cancelled">Download cancelled</string>
|
||||
<string name="state_failed_cancelled">Download canceled</string>
|
||||
<string name="state_failed">Download failed</string>
|
||||
|
||||
<string name="kilobytes_per_second">%1$s KB/s</string>
|
||||
|
||||
@@ -120,7 +120,7 @@ public final class ProcessPhoenix extends Activity {
|
||||
|
||||
/**
|
||||
* Checks if the current process is a temporary Phoenix Process.
|
||||
* This can be used to avoid initialisation of unused resources or to prevent running code that
|
||||
* This can be used to avoid initialization of unused resources or to prevent running code that
|
||||
* is not multi-process ready.
|
||||
*
|
||||
* @return true if the current process is a temporary Phoenix Process
|
||||
|
||||
Reference in New Issue
Block a user