commit c0d4bb9ce9765c49abf9cb898bdc9cde1ad96f79
parent ad4d091fdb25f2fe769f1c86ee22c1d9d03c72b6
Author: cfillion <cfillion@users.noreply.github.com>
Date: Thu, 4 Feb 2016 18:55:14 -0500
fix typo (missing space in about dialog)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/about.cpp b/src/about.cpp
@@ -226,7 +226,7 @@ void About::updateInstalledFiles()
AUTO_STR(
"This repository does not own any file on your computer at this time.\r\n")
- AUTO_STR("It is either not yet installed or it does not provide")
+ AUTO_STR("It is either not yet installed or it does not provide ")
AUTO_STR("any package compatible with your system."));
}
else {