Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/main/res/layout/window_topbar_control.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
android:textSize="16sp"
android:textStyle="bold"
style="@style/style_55"
android:text="快捷控制" />
android:text="@string/shortcut_control" />

<LinearLayout
android:layout_below="@id/shortcut_tv"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,6 @@
<string name="download_complete">下载成功</string>
<string name="update">更新</string>
<string name="version_update">版本更新</string>
<string name="shortcut_control">快捷控制</string>

</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,6 @@
<string name="bluetooth">Bluetooth</string>
<string name="not_open">Not enabled</string>
<string name="enabled">Enabled</string>
<string name="shortcut_control">Control center</string>

</resources>
Loading