Skip to content

Commit

Permalink
Camera2: Fix default slow shutter option
Browse files Browse the repository at this point in the history
Broken after http://review.cyanogenmod.org/63070

Change-Id: I611c1bd812ab1151fd91f3c758c0e3c357e3454f
  • Loading branch information
mikeNG authored and intervigilium committed May 10, 2014
1 parent 6c33235 commit 3e27a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/values/cm_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@

<!-- Slow shutter modes -->
<string name="pref_camera_slow_shutter_title">Slow shutter</string>
<string name="pref_camera_slow_shutter_default" translatable="false">slow-shutter-off</string>
<string name="pref_camera_slow_shutter_default" translatable="false">0</string>
<string name="pref_camera_slow_shutter_entry_off">Off</string>
<string name="pref_camera_slow_shutter_entry_auto">Auto</string>
<string name="pref_camera_slow_shutter_entry_half_second">&#189; second</string>
Expand Down

0 comments on commit 3e27a1f

Please sign in to comment.