Index: sources/storage/StorageGlobals.h =================================================================== diff -u -r0e122c98700951af539d9f47c5578e26d640fcc7 -rf0ffeb8c9ec7a838f039b904ce253b001561b5db --- sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision 0e122c98700951af539d9f47c5578e26d640fcc7) +++ sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision f0ffeb8c9ec7a838f039b904ce253b001561b5db) @@ -114,6 +114,9 @@ extern const char *Bluetooth_Paired_Reset; extern const char *Bluetooth_Paired_Query; - // Encrypted Partision - cryptsetup + // Encrypted Partition - cryptsetup extern const char *Crypt_Setup; + + // Factory Reset + extern const char *Factory_Reset; }