Skip to content
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
2 changes: 1 addition & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<string name="autosave_notes">Notizen automatisch speichern</string>
<string name="enable_line_wrap">Zeilenumbruch aktivieren</string>
<string name="use_incognito_mode">Benutze den Inkognitomodus von Tastaturen</string>
<string name="move_undone_checklist_items">Verschiebe rückgängig gemachte Checklisteneinträge nach oben</string>
<string name="move_undone_checklist_items">Verschiebe erledigte Checklisteneinträge nach unten</string>

<!-- Checklists -->
<string name="checklist">Checkliste</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<string name="autosave_notes">Autosave notes</string>
<string name="enable_line_wrap">Enable line wrap</string>
<string name="use_incognito_mode">Use Incognito mode of keyboards</string>
<string name="move_undone_checklist_items">Move undone checklist items at the top</string>
<string name="move_undone_checklist_items">Move done checklist items to the bottom</string>

<!-- Checklists -->
<string name="checklist">Checklist</string>
Expand Down