Skip to content

Commit

Permalink
chore: 'User action' category title: make plural
Browse files Browse the repository at this point in the history
```diff
- user_action
+ user_actions
```

```diff
- User action
+ User actions
```

Discussed on Discord
  • Loading branch information
david-allison authored and lukstbit committed Feb 19, 2024
1 parent 98ba383 commit 91f8dad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AnkiDroid/src/main/res/values/10-preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
<string name="key_picker_default_press_key">Press a key</string>
<string name="binding_add_axis">Add joystick/motion controller</string>
<string name="axis_picker_move_joystick">Move a joystick/motion controller</string>
<string name="user_action" maxLength="41">User action</string>
<string name="user_actions" maxLength="41">User actions</string>
<string name="user_action_1" maxLength="41">User action 1</string>
<string name="user_action_2" maxLength="41">User action 2</string>
<string name="user_action_3" maxLength="41">User action 3</string>
Expand Down
2 changes: 1 addition & 1 deletion AnkiDroid/src/main/res/xml/preferences_controls.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
/>
</PreferenceCategory>

<PreferenceCategory android:title="@string/user_action">
<PreferenceCategory android:title="@string/user_actions">
<com.ichi2.preferences.ControlPreference
android:key="@string/user_action_1_key"
android:title="@string/user_action_1"
Expand Down
2 changes: 1 addition & 1 deletion AnkiDroid/src/main/res/xml/preferences_custom_buttons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ TODO: Add a unit test
app:useSimpleSummaryProvider="true"/>
</PreferenceCategory>

<PreferenceCategory android:title="@string/user_action">
<PreferenceCategory android:title="@string/user_actions">
<ListPreference
android:defaultValue="3"
android:entries="@array/custom_button_labels"
Expand Down

0 comments on commit 91f8dad

Please sign in to comment.