aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/syncmanager.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2007-07-29 20:18:27 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2007-07-29 20:18:27 +0000
commit568426fa2b0baadc2932a110fda4760feb8ab298 (patch)
tree244231faedf86e1f70d868e259aadbc8cb1f899e /hardinfo2/syncmanager.c
parentc394e9e51c4867c42d4082623f84ad92ed80463b (diff)
Fix wording when libsoup support has been disabled.
Diffstat (limited to 'hardinfo2/syncmanager.c')
-rw-r--r--hardinfo2/syncmanager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/syncmanager.c b/hardinfo2/syncmanager.c
index 599804eb..1ba36377 100644
--- a/hardinfo2/syncmanager.c
+++ b/hardinfo2/syncmanager.c
@@ -110,7 +110,7 @@ void sync_manager_show(void)
{
#ifndef HAS_LIBSOUP
g_warning
- ("HardInfo was compiled without libsoup support. (Network Manager requires it.)");
+ ("HardInfo was compiled without libsoup support. (Network Updater requires it.)");
#else /* !HAS_LIBSOUP */
SyncDialog *sd = sync_dialog_new();