commit b98e7853f1983dc8c462f4f4c6c7c96a716c88f1
parent 0b645705b8805967e674f2b702ca3d6a77ca4607
Author: cfillion <cfillion@users.noreply.github.com>
Date: Tue, 24 Oct 2017 08:09:30 -0400
browser: remove double space in auto-install setting prompt message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/browser.cpp b/src/browser.cpp
@@ -613,7 +613,7 @@ void Browser::installLatestAll()
if(isEverything && !installOpts.autoInstall) {
const int btn = Win32::messageBox(handle(), "Do you want ReaPack to install"
- " new packages automatically when synchronizing in the future?\n\nThis"
+ " new packages automatically when synchronizing in the future?\n\nThis"
" setting can also be customized globally or on a per-repository basis"
" in ReaPack > Manage repositories.",
"Install every available packages", MB_YESNOCANCEL);