From af5e9513d4f8c52243d7518c44f96a11fe4e4a7f Mon Sep 17 00:00:00 2001 From: Keuin Date: Fri, 29 Jan 2021 19:23:16 +0800 Subject: slightly change an expression --- .../java/com/keuin/kbackupfabric/notification/NotificationManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/java/com/keuin/kbackupfabric/notification/NotificationManager.java b/src/main/java/com/keuin/kbackupfabric/notification/NotificationManager.java index 96ecf41..5536a1a 100644 --- a/src/main/java/com/keuin/kbackupfabric/notification/NotificationManager.java +++ b/src/main/java/com/keuin/kbackupfabric/notification/NotificationManager.java @@ -37,7 +37,7 @@ public class NotificationManager { if (MetadataHolder.hasMetadata()) { BackupMetadata backup = MetadataHolder.getMetadata(); notifiable.notify( - new LiteralText("The server has been restored to backup ") + new LiteralText("The world has been restored to backup ") .append(new LiteralText("[" + backup.getBackupName() + "]").setStyle(new Style().setColor(Formatting.GREEN))) .append(new LiteralText(" (created at ")) .append(new LiteralText("[" + DateUtil.fromEpochMillis(backup.getBackupTime()) + "]").setStyle(new Style().setColor(Formatting.GREEN))) -- cgit v1.2.3