浏览代码

Click to resume

Scott Lahteine 8 年前
父节点
当前提交
399efd66ed
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/language_en.h

+ 1
- 1
Marlin/language_en.h 查看文件

@@ -355,7 +355,7 @@
355 355
   #define MSG_DWELL                           _UxGT("Sleep...")
356 356
 #endif
357 357
 #ifndef MSG_USERWAIT
358
-  #define MSG_USERWAIT                        _UxGT("Wait for user...")
358
+  #define MSG_USERWAIT                        _UxGT("Click to resume...")
359 359
 #endif
360 360
 #ifndef MSG_RESUMING
361 361
   #define MSG_RESUMING                        _UxGT("Resuming print")

正在加载...
取消
保存