commit 19eb74526fa09e5507fc70757a0ba638cfb01763 parent e69872a1635ef49afe1f6efaa5842210045ac54c Author: cfillion <cfillion@users.noreply.github.com> Date: Wed, 3 Feb 2016 03:03:29 -0500 tweak empty repository message Diffstat:
M | src/about.cpp | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/about.cpp b/src/about.cpp @@ -205,8 +205,8 @@ 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 installed yet, or ") - AUTO_STR("it does not provide any package compatible with your system.")); + AUTO_STR("It is either not yet installed or it does not provide") + AUTO_STR("any package compatible with your system.")); } else { stringstream stream;