1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-20 20:23:03 +02:00

fix double space in string

This commit is contained in:
Andrey Filipenkov 2023-02-23 12:57:35 +03:00
parent 1c9052ed1b
commit 960fd91b15

View File

@ -33,7 +33,7 @@
<string name="launcher_progress_copy">Copying %1$s</string>
<string name="launcher_version">Current launcher version: %1$s</string>
<string name="launcher_error_vcmi_data_root_failed">Could not create VCMI data folder in %1$s.</string>
<string name="launcher_error_h3_data_missing">Could not find data folder in \'%1$s\'. Place your HoMM3 data files there or use a button below to do this for you. You may need to restart the application also.</string>
<string name="launcher_error_h3_data_missing">Could not find data folder in \'%1$s\'. Place your HoMM3 data files there or use a button below to do this for you. You may need to restart the application also.</string>
<string name="launcher_error_vcmi_data_internal_missing">Could not find or extract vcmi data from app resources. Try to reinstall the app.</string>
<string name="launcher_error_vcmi_data_internal_update">Could not update vcmi data from app resources. Try to reinstall the app.</string>
<string name="launcher_error_permissions">This application needs write permissions to use the content stored in external storage</string>