commit 61e633fa6274df76bc0c7c756fcd73c0a0ebb94b
parent 7920c3ba5dabf96f7523437a3122ba31ce15d6d8
Author: cfillion <cfillion@users.noreply.github.com>
Date: Sat, 13 Feb 2016 15:05:59 -0500
about: add missing space in the unvailable file list error message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/about.cpp b/src/about.cpp
@@ -248,7 +248,7 @@ void About::updateInstalledFiles()
const auto_string &desc = make_autostring(e.what());
auto_char msg[255] = {};
auto_snprintf(msg, sizeof(msg),
- AUTO_STR("The file list is currently unavailable.")
+ AUTO_STR("The file list is currently unavailable.\x20")
AUTO_STR("Retry later when all installation task are completed.\r\n")
AUTO_STR("\r\nError description: %s"),
desc.c_str());