diff options
-rw-r--r-- | hardinfo2/syncmanager.c | 2 |
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(); |