Skip to content

Commit 9e9c604

Browse files
authored
Merge pull request #871 from ann0see/patch-3
Rewrite some sentences in the new installer
2 parents 6e9bd2a + c5755ae commit 9e9c604

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

windows/installer.nsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ LangString RUNNING_APP_MSG ${LANG_ENGLISH} \
8989
; "${APP_NAME} è in esecuzione. Chiudere l'applicazione prima di eseguire l'installazione."
9090

9191
LangString OLD_WRONG_VER_FOUND ${LANG_ENGLISH} \
92-
"We detected an old version of Jamulus in your 32 Bit Program Files folder. Most likely, this is due to a bug in the old installer of Jamulus. Do you want to automatically remove it before installing this new version (we strongly recommend doing so)?"
92+
"We detected an old version of Jamulus in your 32 Bit Program Files folder. It is strongly recommended to remove it before installing a new version of Jamulus. Do you want to remove it now?"
9393

9494
LangString OLD_WRONG_VER_FOUND_CONFIRM ${LANG_ENGLISH} \
9595
"If you continue without removing it, your installation might be broken! Are you sure you don't want to remove the old version?"
@@ -100,9 +100,9 @@ LangString ASIO_DRIVER_HEADER ${LANG_ENGLISH} \
100100
LangString ASIO_DRIVER_SUB ${LANG_ENGLISH} \
101101
"To use Jamulus, you need an ASIO driver"
102102
LangString ASIO_DRIVER_EXPLAIN ${LANG_ENGLISH} \
103-
"Jamulus needs an ASIO driver to provide low latency audio. You should install one now:"
103+
"Jamulus needs an ASIO driver to provide low latency audio. More information:"
104104
LangString ASIO_DRIVER_MORE_INFO ${LANG_ENGLISH} \
105-
"More information on jamulus.io"
105+
"More information about ASIO on jamulus.io"
106106
LangString ASIO_DRIVER_MORE_INFO_URL ${LANG_ENGLISH} \
107107
"https://jamulus.io/wiki/Installation-for-Windows#asio"
108108
LangString ASIO_EXIT_NO_DRIVER ${LANG_ENGLISH} \

0 commit comments

Comments
 (0)