From 2fe3322b5ebc22dfda496045b28455b61b50d07f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 27 Apr 2016 22:35:45 +0200 Subject: fix typos --- voctogui/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'voctogui') diff --git a/voctogui/README.md b/voctogui/README.md index 081e9d8..e84121a 100644 --- a/voctogui/README.md +++ b/voctogui/README.md @@ -1,4 +1,4 @@ -# Voctocore - The gui-frontend for voctocore +# Voctogui - The gui-frontend for voctocore ![Screenshot of voctogui in action](voctomix.png) @@ -23,7 +23,7 @@ - `t` Cut ### Select an Audio-Source -Click twice on the Selection Combobox, the select your Source within 5 Seconds (It will auto-lock again after 5 Seconds) +Click twice on the Selection Combobox, then select your Source within 5 Seconds (It will auto-lock again after 5 Seconds) ## Configuration On Startup the GUI reads the following Configuration-Files: -- cgit v1.2.3 From 90039582994ff366f2fa9807da6210810af6b916 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 27 Apr 2016 22:37:31 +0200 Subject: fix language --- voctogui/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'voctogui') diff --git a/voctogui/README.md b/voctogui/README.md index e84121a..e0bbc3a 100644 --- a/voctogui/README.md +++ b/voctogui/README.md @@ -1,4 +1,4 @@ -# Voctogui - The gui-frontend for voctocore +# Voctogui - The GUI frontend for Voctocore ![Screenshot of voctogui in action](voctomix.png) @@ -23,16 +23,16 @@ - `t` Cut ### Select an Audio-Source -Click twice on the Selection Combobox, then select your Source within 5 Seconds (It will auto-lock again after 5 Seconds) +Click twice on the selection combobox, then select your source within 5 Seconds. (It will auto-lock again after 5 seconds.) ## Configuration -On Startup the GUI reads the following Configuration-Files: +On startup the GUI reads the following configuration files: - `/default-config.ini` - `/config.ini` - `/etc/voctogui.ini` - `/.voctogui.ini` - `` -From top to bottom the individual Settings override previous Settings. `default-config.ini` should not be edited, because a missing Setting will result in an Exception. +From top to bottom the individual settings override previous settings. `default-config.ini` should not be edited, because a missing setting will result in a Python exception. On startup the GUI fetches all configuration settings from the core and merges them into the GUI config. -- cgit v1.2.3