1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-27 23:28:38 +02:00

Fixed and simplified translations

This commit is contained in:
Laurent Cozic
2020-09-15 12:08:25 +01:00
parent 40e24102ce
commit 851eee1500
3 changed files with 8 additions and 8 deletions

View File

@ -4,7 +4,7 @@ const { reg } = require('lib/registry.js');
export const declaration:CommandDeclaration = {
name: 'synchronize',
label: () => _('Synchronize'),
label: () => _('Synchronise'),
iconName: 'fa-sync-alt',
};