summaryrefslogtreecommitdiff
path: root/components/services/install/lib/eazel-install-problem.c
diff options
context:
space:
mode:
Diffstat (limited to 'components/services/install/lib/eazel-install-problem.c')
-rw-r--r--components/services/install/lib/eazel-install-problem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/services/install/lib/eazel-install-problem.c b/components/services/install/lib/eazel-install-problem.c
index 198cb3331..7206401f4 100644
--- a/components/services/install/lib/eazel-install-problem.c
+++ b/components/services/install/lib/eazel-install-problem.c
@@ -210,12 +210,12 @@ get_detailed_messages_foreach (GtkObject *foo, GetErrorsForEachData *data)
break;
case PACKAGE_CIRCULAR_DEPENDENCY:
if (previous_pack == NULL) {
- message = g_strdup_printf ("%s depends on itself. Possibly SoftCat is updating...",
+ message = g_strdup_printf ("%s depends on itself...",
required);
} else {
if (previous_pack->status == PACKAGE_CIRCULAR_DEPENDENCY) {
if (strcmp (required_by, required)==0) {
- message = g_strdup_printf ("%s depends on itself. Possibly SoftCat is updating...",
+ message = g_strdup_printf ("%s depends on itself...",
required);
} else {
if (g_list_length (data->path) >= 3) {