Skip to content
Closed
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
14 changes: 7 additions & 7 deletions AnkiDroid/src/main/res/values/02-strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,13 +248,13 @@

<string name="menu_show_toolbar" comment="Checkable item stating whether the note editor toolbar should be shown" maxLength="28">Show toolbar</string>

<string name="format_insert_bold">Format as Bold</string>
<string name="format_insert_italic">Format as Italic</string>
<string name="format_insert_underline">Format as Underline</string>
<string name="insert_horizontal_line">Insert Horizontal Line</string>
<string name="insert_heading">Insert Heading</string>
<string name="format_font_size">Change Font Size</string>
<string name="insert_mathjax">Insert MathJax Equation</string>
<string name="format_insert_bold">Format as bold</string>
<string name="format_insert_italic">Format as italic</string>
<string name="format_insert_underline">Format as underline</string>
<string name="insert_horizontal_line">Insert horizontal line</string>
<string name="insert_heading">Insert heading</string>
<string name="format_font_size">Change font size</string>
<string name="insert_mathjax">Insert MathJax equation</string>

<string name="note_editor_toolbar_icon">Button text</string>
<string name="before_text">HTML Before Selection</string>
Expand Down