From 2685120ecd09aca963e59d4fbc2bcebde23de657 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Mon, 24 Jul 2017 22:34:07 +0100 Subject: [PATCH] Minor chnages --- CliClient/app/command-sync.js | 2 +- CliClient/locales/en_GB.po | 2 +- CliClient/locales/fr_FR.po | 4 ++-- CliClient/locales/joplin.pot | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CliClient/app/command-sync.js b/CliClient/app/command-sync.js index 6d0fa71484..1ac96be486 100644 --- a/CliClient/app/command-sync.js +++ b/CliClient/app/command-sync.js @@ -97,7 +97,7 @@ class Command extends BaseCommand { randomFailures: args.options['random-failures'] === true, }; - this.log(_('Synchronization target: %s', this.syncTarget_)); + this.log(_('Synchronization target: %s (%s)', Setting.enumOptionLabel('sync.target', this.syncTarget_), this.syncTarget_)); if (!sync) throw new Error(_('Cannot initialize synchronizer.')); diff --git a/CliClient/locales/en_GB.po b/CliClient/locales/en_GB.po index 3d28c6d93d..3dbbc2e002 100644 --- a/CliClient/locales/en_GB.po +++ b/CliClient/locales/en_GB.po @@ -227,7 +227,7 @@ msgid "Synchronisation is already in progress." msgstr "" #, javascript-format -msgid "Synchronization target: %s" +msgid "Synchronization target: %s (%s)" msgstr "" msgid "Cannot initialize synchronizer." diff --git a/CliClient/locales/fr_FR.po b/CliClient/locales/fr_FR.po index 2a0f29790e..06f120b67d 100644 --- a/CliClient/locales/fr_FR.po +++ b/CliClient/locales/fr_FR.po @@ -250,8 +250,8 @@ msgstr "" msgid "Synchronisation is already in progress." msgstr "Synchronisation est déjà en cours." -#, javascript-format -msgid "Synchronization target: %s" +#, fuzzy, javascript-format +msgid "Synchronization target: %s (%s)" msgstr "Cible de la synchronisation : %s" msgid "Cannot initialize synchronizer." diff --git a/CliClient/locales/joplin.pot b/CliClient/locales/joplin.pot index 3d28c6d93d..3dbbc2e002 100644 --- a/CliClient/locales/joplin.pot +++ b/CliClient/locales/joplin.pot @@ -227,7 +227,7 @@ msgid "Synchronisation is already in progress." msgstr "" #, javascript-format -msgid "Synchronization target: %s" +msgid "Synchronization target: %s (%s)" msgstr "" msgid "Cannot initialize synchronizer."