aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-04-03 07:50:22 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-04-03 07:50:22 -0500
commit2f67706e1bab6b64b497d3f42e95c78a591ddc16 (patch)
tree64b71967fe03144944eafe7519f9767b78148998
parent96c35f0bf6a04ab18ad9b558ac4f4c9ba73d6c59 (diff)
parentf7eab1e6edb5d5cc1732256c80115f694f444475 (diff)
downloadlibayatana-indicator-2f67706e1bab6b64b497d3f42e95c78a591ddc16.tar.gz
libayatana-indicator-2f67706e1bab6b64b497d3f42e95c78a591ddc16.tar.bz2
libayatana-indicator-2f67706e1bab6b64b497d3f42e95c78a591ddc16.zip
merge lp:~charlesk/libindicator/lp-948391 to fix spelling/grammar errors in an error message.
-rw-r--r--libindicator/indicator-desktop-shortcuts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicator/indicator-desktop-shortcuts.c b/libindicator/indicator-desktop-shortcuts.c
index 13c1667..0a4e026 100644
--- a/libindicator/indicator-desktop-shortcuts.c
+++ b/libindicator/indicator-desktop-shortcuts.c
@@ -199,7 +199,7 @@ set_property (GObject * object, guint prop_id, const GValue * value, GParamSpec
/* But fallback if we can't */
if (priv->actions == ACTIONS_NONE && g_key_file_has_key(keyfile, G_KEY_FILE_DESKTOP_GROUP, OLD_SHORTCUTS_KEY, NULL)) {
priv->actions = ACTIONS_XAYATANA;
- g_warning("Desktop file '%s' is using a depracted format for it's actions that will be dropped soon.", g_value_get_string(value));
+ g_warning("Desktop file '%s' is using a deprecated format for its actions that will be dropped soon.", g_value_get_string(value));
}
if (priv->actions == ACTIONS_NONE) {