aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-binding.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-binding.c')
-rw-r--r--e-util/e-binding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-binding.c b/e-util/e-binding.c
index 86362a7eff..4b0f563a43 100644
--- a/e-util/e-binding.c
+++ b/e-util/e-binding.c
@@ -30,7 +30,7 @@ e_binding_warn (GObject *object,
const gchar *property_name)
{
g_warning (
- "%s instances have no `%s' property to bind to",
+ "%s instances have no '%s' property to bind to",
G_OBJECT_TYPE_NAME (object), property_name);
return NULL;