Skip to content

Commit

Permalink
Fix widescreen entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarx2k committed Nov 1, 2014
1 parent 3dd3e79 commit 252ed10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/packages/apps/Camera2/res/values/arrays.xml
Expand Up @@ -19,7 +19,7 @@
<!-- Camera Preferences Picture size dialog box entries -->
<string-array name="pref_camera_picturesize_entries" translatable="false">
<item>@string/pref_camera_picturesize_entry_5mp</item>
<item>@string/pref_camera_picturesize_entry_3_7mp</item>
<item>@string/pref_camera_picturesize_entry_3_7mp_wide</item>
<item>@string/pref_camera_picturesize_entry_3mp</item>
<item>@string/pref_camera_picturesize_entry_2mp</item>
<item>@string/pref_camera_picturesize_entry_1_3mp</item>
Expand Down

0 comments on commit 252ed10

Please sign in to comment.