Skip to content

Commit 0ef67db

Browse files
committed
Remove an unnecessary string
1 parent 8033f8a commit 0ef67db

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app-base/src/main/res/values/strings.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@
347347
<string name="one_shortcut_name">Shortcut name</string>
348348
<string name="one_shortcut_open_on_click">Open timer screen on click</string>
349349

350-
<string name="one_layout_step">Step</string>
351350
<string name="one_layout_bar">Timing Bar</string>
352351
<string name="one_layout_time_size">Time Text Size</string>
353352

app-timer-one/src/main/res/layout/layout_one_settings_one.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
android:layout_height="match_parent"
1212
app:li_divider="margin"
1313
app:li_layout="@layout/view_list_item_with_layout_switch"
14-
app:li_textPrimary="@string/one_layout_step" />
14+
app:li_textPrimary="@string/edit_step_name" />
1515

1616
<xyz.aprildown.timer.component.key.ListItemWithLayout
1717
android:id="@+id/itemOneLayoutOneBar"

0 commit comments

Comments
 (0)