summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-08-06 20:23:37 +0200
committerLubomir Rintel <lkundrak@v3.sk>2018-08-06 20:23:51 +0200
commit2cce2f089dd8e470df9664b87252aa41ae9ff58f (patch)
treef1173fde7759d74ce0a00fac111526ba531370fb
parent4e9e01952f0ad4b78bc3df23573940488f5817c6 (diff)
downloadnetwork-manager-applet-2cce2f089dd8e470df9664b87252aa41ae9ff58f.tar.gz
libnma: fix a copy/paste error in a message
-rw-r--r--src/libnma/nma-mobile-providers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnma/nma-mobile-providers.c b/src/libnma/nma-mobile-providers.c
index 8e3f9bea..abe77c18 100644
--- a/src/libnma/nma-mobile-providers.c
+++ b/src/libnma/nma-mobile-providers.c
@@ -1042,7 +1042,7 @@ mobile_providers_parse_sync (const gchar *country_codes,
if (!success) {
g_warning ("Could not find the provider data (%s): check your installation\n",
- ISO_3166_COUNTRY_CODES);
+ MOBILE_BROADBAND_PROVIDER_INFO);
}
}