Skip to content

Commit 3f4c603

Browse files
committed
use localized text at the widget button
1 parent 3c388f5 commit 3f4c603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/widget_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
android:fontFamily="sans-serif-light"
6060
android:paddingLeft="@dimen/activity_margin"
6161
android:paddingRight="@dimen/activity_margin"
62-
android:text="OK"
62+
android:text="@android:string/ok"
6363
android:textColor="@android:color/white"
6464
android:textSize="@dimen/config_text_size"/>
6565

0 commit comments

Comments
 (0)