iBotPeaches/MIUIAndroid_XML_v5

Camera.apk aries/taurus/mione

Closed this issue · 0 comments

You have mislabeled translation in camera settings which were changed in 3.7.12 release...

Old strings

< string name="pref_camera_long_pressing_burst_shooting_default">on< /string>
< string name="pref_camera_long_pressing_burst_shooting_entry_off">Off< /string>
< string name="pref_camera_long_pressing_burst_shooting_entry_on">On< /string>
< string name="pref_camera_long_pressing_burst_shooting_title">Burst Shooting< /string>

New strings

< string name="pref_camera_long_pressing_burst_shooting_title">Shutter Button LongClicked Functions< /string>
< string name="pref_camera_long_pressing_burst_shooting_entry_off">Focus< /string>
< string name="pref_camera_long_pressing_burst_shooting_entry_on">Burst Shoot< /string>

and delete default string
< string name="pref_camera_long_pressing_burst_shooting_default">on< /string>