Skip to content

Commit 63acdaf

Browse files
committed
Tiny fix
Replace missing string constant with strings.xml referrence
1 parent 9869282 commit 63acdaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OPNMIDI-Player/src/main/res/layout/activity_player.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
android:layout_alignParentEnd="true"
8686
android:layout_alignParentRight="true"
8787
android:text="@string/run_at_pcm_rate"
88-
tools:text="Run at PCM Rate (Reduce CPU usage)" />
88+
tools:text="@string/run_at_pcm_rate" />
8989

9090
<CheckBox
9191
android:id="@+id/fullPanningStereo"

0 commit comments

Comments
 (0)