From 0eb6f1fa4f88e9b96790cd805995476c923c98c1 Mon Sep 17 00:00:00 2001 From: Gina Contrino Date: Tue, 8 May 2018 12:13:35 +0200 Subject: [PATCH] Fix typo in auto update --- app/src/modules/autoUpdater.js | 2 +- i18n/locales/de/common.json | 2 +- i18n/locales/en/common.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/modules/autoUpdater.js b/app/src/modules/autoUpdater.js index b6c9a9bba..c942ac9ef 100644 --- a/app/src/modules/autoUpdater.js +++ b/app/src/modules/autoUpdater.js @@ -48,7 +48,7 @@ export default ({ autoUpdater, dialog, win, process }) => { if (!updater.error) { dialog.showMessageBox({ title: i18n.t('Dowload started'), - message: i18n.t('The download was started. Depending on your internet speed it can take up to several minutes. You will be informed then it is finished and prompted to restart the app.'), + message: i18n.t('The download was started. Depending on your internet speed it can take up to several minutes. You will be informed when it is finished and prompted to restart the app.'), }); } }, 500); diff --git a/i18n/locales/de/common.json b/i18n/locales/de/common.json index ea2b07313..e2ed12ca5 100644 --- a/i18n/locales/de/common.json +++ b/i18n/locales/de/common.json @@ -167,7 +167,7 @@ "Switch": "Wechseln", "Testnet": "Testnet", "The URL was invalid": "Die URL war ungültig", - "The download was started. Depending on your internet speed it can take up to several minutes. You will be informed then it is finished and prompted to restart the app.": "Der Download wurde gestartet. Dies kann, abhängig von deinem Internet, einige Minuten dauern. Du wirst informiert, wenn der Download abgeschlossen wurde und wirst dann aufgefordert, die App neu zu starten.", + "The download was started. Depending on your internet speed it can take up to several minutes. You will be informed when it is finished and prompted to restart the app.": "Der Download wurde gestartet. Dies kann, abhängig von deinem Internet, einige Minuten dauern. Du wirst informiert, wenn der Download abgeschlossen wurde und wirst dann aufgefordert, die App neu zu starten.", "The easiest and cheapest way to do this is to send LSK to yourself by clicking this button. It will cost you only the usual 0.1 LSK transaction fee.": "Am leichtesten und günstigsten ist es, wenn du einfach LSK an dich selbst sendest, indem du den folgenden Button klickst. Hierbei fällt lediglich die Gebühr von 0.1 LSK an." , "There are no transactions, yet.": "Bisher noch keine Transaktionen.", "There is a new version ({{version}}) available, do you want to update now?": "Eine neue version ({{version}}) steht zur Verfügung, möchtest du jetzt aktualisieren?", diff --git a/i18n/locales/en/common.json b/i18n/locales/en/common.json index 51222a63b..f36ada513 100644 --- a/i18n/locales/en/common.json +++ b/i18n/locales/en/common.json @@ -160,7 +160,7 @@ "Switch": "Switch", "Testnet": "Testnet", "The URL was invalid": "The URL was invalid", - "The download was started. Depending on your internet speed it can take up to several minutes. You will be informed then it is finished and prompted to restart the app.": "The download was started. Depending on your internet speed it can take up to several minutes. You will be informed then it is finished and prompted to restart the app.", + "The download was started. Depending on your internet speed it can take up to several minutes. You will be informed when it is finished and prompted to restart the app.": "The download was started. Depending on your internet speed it can take up to several minutes. You will be informed when it is finished and prompted to restart the app.", "The easiest and cheapest way to do this is to send LSK to yourself by clicking this button. It will cost you only the usual 0.1 LSK transaction fee.": "The easiest and cheapest way to do this is to send LSK to yourself by clicking this button. It will cost you only the usual 0.1 LSK transaction fee.", "There are no transactions, yet.": "There are no transactions, yet.", "There is a new version ({{version}}) available, do you want to update now?": "There is a new version ({{version}}) available, do you want to update now?",