1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-12 22:57:38 +02:00

todo => to-do

This commit is contained in:
Laurent Cozic
2017-10-30 00:37:34 +00:00
parent 5a7028bd11
commit a43f5a1b53
10 changed files with 17 additions and 17 deletions

View File

@ -67,7 +67,7 @@ class ActionButtonComponent extends React.Component {
if (this.props.addFolderNoteButtons) {
if (this.props.folders.length) {
buttons.push({
title: _('New todo'),
title: _('New to-do'),
onPress: () => { this.newTodo_press() },
color: '#9b59b6',
icon: 'md-checkbox-outline',