From 1a26f91fa3ee8d9a64222a0d5bfd2e4cecc970e0 Mon Sep 17 00:00:00 2001 From: Alex Povel Date: Tue, 23 Jul 2019 09:40:43 +0200 Subject: [PATCH] Fixed typo in EN and IT startup message --- src/musikcube/data/locales/en_US.json | 2 +- src/musikcube/data/locales/it_IT.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/musikcube/data/locales/en_US.json b/src/musikcube/data/locales/en_US.json index 73d8df81b..2555e3686 100644 --- a/src/musikcube/data/locales/en_US.json +++ b/src/musikcube/data/locales/en_US.json @@ -73,7 +73,7 @@ "settings_transport_type_gapless": "gapless", "settings_transport_type_crossfade": "crossfade", "settings_first_run_dialog_title": "welcome to musikcube!", - "settings_first_run_dialog_body": "add some directories that contain music files, then press '%s' to show the library view and start listening!\n\nfor troubleshooting, press '%s' to enter the console view.\n\nother keyboard shorcuts are displayed in the command bar at the bottom of the screen. toggle command mode by pressing 'ESC'.\n\nselect 'ok' to get started.", + "settings_first_run_dialog_body": "add some directories that contain music files, then press '%s' to show the library view and start listening!\n\nfor troubleshooting, press '%s' to enter the console view.\n\nother keyboard shortcuts are displayed in the command bar at the bottom of the screen. toggle command mode by pressing 'ESC'.\n\nselect 'ok' to get started.", "settings_needs_restart": "you will need to restart musikcube for this change to take effect.", "settings_selected_locale": "locale: ", "settings_seek_not_scrub": "seek playback (don't scrub)", diff --git a/src/musikcube/data/locales/it_IT.json b/src/musikcube/data/locales/it_IT.json index f9279a670..36420e9a0 100644 --- a/src/musikcube/data/locales/it_IT.json +++ b/src/musikcube/data/locales/it_IT.json @@ -52,7 +52,7 @@ "settings_transport_type_gapless": "gapless", "settings_transport_type_crossfade": "crossfade", "settings_first_run_dialog_title": "Benvenuti su musikcube!", - "settings_first_run_dialog_body": "aggiungere alcune directory che contengono file musicali, quindi premere '%s' per mostrare le librerie e inzia ad ascolatere!\n\nfor troubleshooting, press '%s' to enter the console view.\n\nother keyboard shorcuts are displayed in the command bar at the bottom of the screen. toggle command mode by pressing 'ESC'.\n\nselect 'ok' to get started.", + "settings_first_run_dialog_body": "aggiungere alcune directory che contengono file musicali, quindi premere '%s' per mostrare le librerie e inzia ad ascolatere!\n\nfor troubleshooting, press '%s' to enter the console view.\n\nother keyboard shortcuts are displayed in the command bar at the bottom of the screen. toggle command mode by pressing 'ESC'.\n\nselect 'ok' to get started.", "settings_needs_restart": "Hai bisogno di riavviare Musikcube per rendere effettive le modifiche", "settings_selected_locale": "locale: ", "settings_seek_not_scrub": "seek playback (don't scrub)",