Skip to content

Commit

Permalink
style(protocol): rename some related variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCShou committed Oct 15, 2022
1 parent 2ac7286 commit e0b684e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/user_protocol.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center"
android:text="@string/welcome_protocol_check" />
android:text="@string/app_protocol_check" />

<LinearLayout
android:layout_width="match_parent"
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"5. 由于用户计算机软硬件环境的差异性和复杂性,本软件所提供的各项功能并不能保证在任何情况下都能正常执行或达到用户所期望的结果。 用户使用本软件所产生的一切后果,软件作者不承担任何责任。\n"
"6. 如果用户自行安装本软件,即表明用户信任软件作者,自愿选择安装本软件,并接受本协议所有条款。 如果用户不接受本协议,请立即删除。\n"
</string>
<string name="app_protocol_title">免责声明</string>
<string name="app_protocol_title">用户协议</string>
<string name="app_protocol_agree">同意并继续</string>
<string name="app_protocol_disagree">不同意</string>
<string name="welcome_protocol_check">不再显示</string>
<string name="app_protocol_check">不再显示</string>
<string name="app_error_gps">定位不可用,请检查 GPS 是否开启</string>
<string name="app_error_network">网络不可用,请检查网络连接</string>
<string name="app_error_permission">权限不足,请授予相关权限</string>
Expand Down

0 comments on commit e0b684e

Please sign in to comment.