[android] Fix missing capital for the first letter in translations

Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-11-23 18:43:35 +01:00
committed by jeanbaptisteC
parent df1d4bf67e
commit e53532ab0b

View File

@@ -316,7 +316,7 @@
<!-- location service disabled --> <!-- location service disabled -->
<string name="enable_location_services">Please enable Location Services</string> <string name="enable_location_services">Please enable Location Services</string>
<string name="save">Save</string> <string name="save">Save</string>
<string name="create">create</string> <string name="create">Create</string>
<!-- red color --> <!-- red color -->
<string name="red">Red</string> <string name="red">Red</string>
<!-- yellow color --> <!-- yellow color -->