diff options
author | Andrew Dodd <atd7@cornell.edu> | 2012-08-07 18:59:05 -0400 |
---|---|---|
committer | Andrew Dodd <atd7@cornell.edu> | 2012-08-07 18:59:05 -0400 |
commit | 0d0996cc022bee3f037f61a7d005b34218a01707 (patch) | |
tree | 717755eb700c166a159834366b1e5c6e34e9c9dc /overlay | |
parent | d9bb12716e9f9806a035f329e61d39af538374e3 (diff) | |
download | device_samsung_galaxys2-common-0d0996cc022bee3f037f61a7d005b34218a01707.zip device_samsung_galaxys2-common-0d0996cc022bee3f037f61a7d005b34218a01707.tar.gz device_samsung_galaxys2-common-0d0996cc022bee3f037f61a7d005b34218a01707.tar.bz2 |
overlay: Fix typo
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/packages/apps/Settings/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/packages/apps/Settings/res/values/config.xml b/overlay/packages/apps/Settings/res/values/config.xml index de3a0cb..6d6b210 100644 --- a/overlay/packages/apps/Settings/res/values/config.xml +++ b/overlay/packages/apps/Settings/res/values/config.xml @@ -20,5 +20,5 @@ <bool name="has_led_flash">true</bool> <!-- Dock Settings --> - <bool name="has_dock_settings">true</bool> --> + <bool name="has_dock_settings">true</bool> </resources> |