Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use consistent label for Whiteboard editor in "App bar buttons" page #17921

Merged
merged 1 commit into from
Feb 7, 2025
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
1 change: 0 additions & 1 deletion AnkiDroid/src/main/res/values/02-strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@
<string name="white_board_image_save_failed">Failed to save whiteboard image. %s</string>
<string name="white_board_image_saved">Whiteboard image saved to %s</string>

<string name="title_whiteboard_pen_color" maxLength="41">Whiteboard pen color</string>
<string name="title_whiteboard_editor" maxLength="28">Whiteboard editor</string>

<string name="user_is_a_robot">Detected automated test. If you are a human, contact AnkiDroid support</string>
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 @@ -175,7 +175,7 @@ TODO: Add a unit test
android:entries="@array/custom_button_labels"
android:entryValues="@array/custom_button_values"
android:key="@string/custom_button_whiteboard_pen_color_key"
android:title="@string/title_whiteboard_pen_color"
android:title="@string/title_whiteboard_editor"
app:useSimpleSummaryProvider="true"/>
<ListPreference
android:defaultValue="2"
Expand Down