浏览代码

Update tutorial to reflect new auto-reload

Daniel Chalmers 2 年之前
父节点
当前提交
b8d0927cde
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      DesktopClock/MainWindow.xaml.cs

+ 1 - 1
DesktopClock/MainWindow.xaml.cs

@@ -102,7 +102,7 @@ public partial class MainWindow : Window
     public void CountdownTo()
     {
         var result = MessageBox.Show(this,
-            $"In advanced settings: change {nameof(Settings.Default.CountdownTo)}, then restart.\n" +
+            $"In advanced settings: change {nameof(Settings.Default.CountdownTo)}, then save.\n" +
             "Go back by replacing it with \"0001-01-01T00:00:00+00:00\".\n\n" +
             "Open advanced settings now?",
             Title, MessageBoxButton.OKCancel, MessageBoxImage.Question, MessageBoxResult.OK);