summaryrefslogtreecommitdiff
path: root/src/xprops.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2002-12-17 18:26:08 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-12-17 18:26:08 +0000
commitf4cb740aac6c135f911b3ee1bd9da5b9a95a75f9 (patch)
treec7d6feffae1684bc746df22879e7973ed3ef01a6 /src/xprops.c
parenta2d0235d68c3ae24a46fa910356d66fdb2733ae9 (diff)
downloadmetacity-f4cb740aac6c135f911b3ee1bd9da5b9a95a75f9.tar.gz
add a comma to message #101401
2002-12-17 Havoc Pennington <hp@pobox.com> * src/xprops.c (validate_or_free_results): add a comma to message #101401
Diffstat (limited to 'src/xprops.c')
-rw-r--r--src/xprops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xprops.c b/src/xprops.c
index 2c1f0316..9083054a 100644
--- a/src/xprops.c
+++ b/src/xprops.c
@@ -150,7 +150,7 @@ validate_or_free_results (GetPropertyResults *results,
if (res_name == NULL)
res_name = "unknown";
- meta_warning (_("Window 0x%lx has property %s\nthat was expected to have type %s format %d\nand actually has type %s format %d n_items %d.\nThis is most likely an application bug not a window manager bug.\nThe window has title=\"%s\" class=\"%s\" name=\"%s\"\n"),
+ meta_warning (_("Window 0x%lx has property %s\nthat was expected to have type %s format %d\nand actually has type %s format %d n_items %d.\nThis is most likely an application bug, not a window manager bug.\nThe window has title=\"%s\" class=\"%s\" name=\"%s\"\n"),
results->xwindow,
prop_name ? prop_name : "(bad atom)",
expected_name ? expected_name : "(bad atom)",