Index: sources/storage/StorageGlobals.cpp =================================================================== diff -u -r0e122c98700951af539d9f47c5578e26d640fcc7 -rf0ffeb8c9ec7a838f039b904ce253b001561b5db --- sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision 0e122c98700951af539d9f47c5578e26d640fcc7) +++ sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision f0ffeb8c9ec7a838f039b904ce253b001561b5db) @@ -160,7 +160,10 @@ const char *Bluetooth_Paired_Reset = "bluetooth_paired_clear.sh"; const char *Bluetooth_Paired_Query = "bluetooth_paired_query.sh"; - // Encrypted Partision - cryptsetup + // Encrypted Partition - cryptsetup const char *Crypt_Setup = "crypt_setup.sh"; + // Factory Reset + const char *Factory_Reset = "factory_reset.sh"; + }