소스 검색

修复字符串bug

Frankensteinly 10 달 전
부모
커밋
8d0c9a223d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/src/main/res/values/strings.xml

+ 1 - 1
app/src/main/res/values/strings.xml

@@ -100,7 +100,7 @@
     <string name="presentation_login_tip">Please swipe your card to log in</string>
 
     <!--  简易版单机演示Demo  -->
-    <string name="simple_config_file_tip">presentation.txt file not found. Please create a "presentation" folder in the phone's Download directory and place the presentation.txt file inside.</string>
+    <string name="simple_config_file_tip">presentation.txt file not found. Please create a "presentation" folder in the Download directory and place the presentation.txt file inside.</string>
     <string name="simple_please_swipe_card">Card Swipe Login</string>
     <string name="simple_device_is_initializing">Initializing device...</string>
     <string name="simple_login_success_welcome">Login successful, welcome %s</string>