diff --git a/res/values/cherish_arrays.xml b/res/values/cherish_arrays.xml
index 6882e26..147130a 100644
--- a/res/values/cherish_arrays.xml
+++ b/res/values/cherish_arrays.xml
@@ -278,4 +278,15 @@
- 0
- 1
+
+
+
+ - @string/screenshot_type_fullscreen
+ - @string/screenshot_type_partial
+
+
+
+ - 0
+ - 1
+
diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml
index 776e199..3164bfa 100644
--- a/res/values/cherish_strings.xml
+++ b/res/values/cherish_strings.xml
@@ -368,4 +368,11 @@
Horizontal
Vertical
Fonts
+
+
+ Screenshot type
+ Take fullscreen screenshots
+ Drag selection on the area you want to take as a screenshot
+ Screenshot options
+ Customize screenshot attributes like time, delay,type etc
diff --git a/res/xml/cherish_settings_misc.xml b/res/xml/cherish_settings_misc.xml
index 1d329ad..7e493dc 100644
--- a/res/xml/cherish_settings_misc.xml
+++ b/res/xml/cherish_settings_misc.xml
@@ -24,4 +24,12 @@
android:title="@string/wakeup_when_plugged_unplugged_title"
android:summary="@string/wakeup_when_plugged_unplugged_summary"
android:defaultValue="true" />
+
+
diff --git a/src/com/cherish/settings/fragments/MiscSettings.java b/src/com/cherish/settings/fragments/MiscSettings.java
index cb450a4..c5b7658 100644
--- a/src/com/cherish/settings/fragments/MiscSettings.java
+++ b/src/com/cherish/settings/fragments/MiscSettings.java
@@ -30,7 +30,7 @@ import java.util.HashSet;
import com.android.settings.SettingsPreferenceFragment;
import com.cherish.settings.preferences.SystemSettingMasterSwitchPreference;
-
+import com.cherish.settings.preferences.SystemSettingListPreference
public class MiscSettings extends SettingsPreferenceFragment implements
OnPreferenceChangeListener {