File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
core/src/main/java/computer/heather/advancedbackups/core Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public class ABCore {
4242 public static String backupPath ;
4343
4444
45- private static final String savesDisabledMessage =
45+ private static final String savesDisabledMessage = " \n " +
4646 "***************************************\n " +
4747 "SAVING DISABLED - PREPARING FOR BACKUP!\n " +
4848 "***************************************\n " ;
@@ -54,7 +54,7 @@ public static void disableSaving() {
5454 }
5555 }
5656
57- private static final String savesEnabledMessage =
57+ private static final String savesEnabledMessage = " \n " +
5858 "*********************************\n " +
5959 "SAVING ENABLED - BACKUP COMPLETE!\n " +
6060 "*********************************\n " ;
@@ -68,7 +68,7 @@ public static void enableSaving(boolean boot) {
6868 }
6969 }
7070
71- private static final String saveCompleteMessage =
71+ private static final String saveCompleteMessage = " \n " +
7272 "*************************************\n " +
7373 "SAVE COMPLETE - PREPARING FOR BACKUP!\n " +
7474 "*************************************\n " ;
You can’t perform that action at this time.
0 commit comments