commit 8d4a910d2466b4f6a39fdc2eb7104806381eb5c1
parent bd9ba4c5192933349ab71ed5425a83d5d4cef1fb
Author: cfillion <cfillion@users.noreply.github.com>
Date: Sat, 1 Oct 2016 20:29:11 -0400
browser: tweak package registry read failure error message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/browser.cpp b/src/browser.cpp
@@ -602,7 +602,7 @@ void Browser::populate(const vector<IndexPtr> &indexes)
const auto_string &desc = make_autostring(e.what());
auto_char msg[255] = {};
auto_snprintf(msg, auto_size(msg),
- AUTO_STR("ReaPack could not read from its package registry.\r\n")
+ AUTO_STR("ReaPack could not read from the local package registry.\r\n")
AUTO_STR("Retry later once all installation task are completed.\r\n")
AUTO_STR("\r\nError description: %s"),
desc.c_str());