commit 9d6e3426f081bdcba62852d036daffd0478f51b9
parent 2b15ccf4646becd8cf720351f07c8be74c6e5a2f
Author: cfillion <cfillion@users.noreply.github.com>
Date: Sun, 17 Apr 2016 14:00:32 -0400
another remote -> repository terminology fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/manager.cpp b/src/manager.cpp
@@ -265,7 +265,7 @@ bool Manager::confirm() const
auto_char msg[255] = {};
auto_snprintf(msg, sizeof(msg),
- AUTO_STR("Uninstall %zu remote%s?\n")
+ AUTO_STR("Uninstall %zu repositories%s?\n")
AUTO_STR("Every file they contain will be removed from your computer."),
uninstallSize, uninstallSize == 1 ? AUTO_STR("") : AUTO_STR("s"));