diff --git a/res/values/strings.xml b/res/values/strings.xml
index df4d7a4dda6..9dcff21767b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2009,14 +2009,17 @@
Convert to file encryption
- Convert ...
+ Convert\u2026
Already file encrypted
+
+ Converting to file based encryption
+
Convert data partition to file based encryption.\n
!!Warning!! This will erase all your data.\n
This feature is alpha, and may not work correctly.\n
- Press \'Wipe and convert...\' to continue.
- Wipe and convert...
+ Press \'Wipe and convert\u2026\' to continue.
+ Wipe and convert\u2026
Sleep
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml
index 1770f13c452..84c3cbfaaae 100644
--- a/res/xml/development_prefs.xml
+++ b/res/xml/development_prefs.xml
@@ -71,7 +71,7 @@
android:key="convert_to_file_encryption"
android:title="@string/convert_to_file_encryption"
android:summary="@string/convert_to_file_encryption_enabled"
- android:fragment="com.android.settings.applications.ConvertToFBE" />
+ android:fragment="com.android.settings.applications.ConvertToFbe" />