aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-02-21 09:51:45 -0600
committerCharles Kerr <charles.kerr@canonical.com>2012-02-21 09:51:45 -0600
commit5d2abcf7e0e913775c2dd2a3d7817cede0791460 (patch)
treec97c5e2758bb810d2d484785ef490107f2d84350
parent9e47cefaed786f2161b9def9ecd8c8f4ac2f537a (diff)
downloadayatana-indicator-messages-5d2abcf7e0e913775c2dd2a3d7817cede0791460.tar.gz
ayatana-indicator-messages-5d2abcf7e0e913775c2dd2a3d7817cede0791460.tar.bz2
ayatana-indicator-messages-5d2abcf7e0e913775c2dd2a3d7817cede0791460.zip
trivial: fix error message grammar
-rw-r--r--src/status-items.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/status-items.c b/src/status-items.c
index f80de1c..60533ce 100644
--- a/src/status-items.c
+++ b/src/status-items.c
@@ -265,7 +265,7 @@ load_status_provider (gpointer dir)
module = g_module_open(provider, G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL);
if (module == NULL) {
- g_warning("Unable to module for: %s", provider);
+ g_warning("Unable to open module: %s", provider);
goto exit_module_fail;
}