diff --git a/src/core/delete.c b/src/core/delete.c
index c6a408e59..030f04563 100644
--- a/src/core/delete.c
+++ b/src/core/delete.c
@@ -99,8 +99,8 @@ delete_ping_timeout_func (MetaDisplay *display,
g_free (tmp);
/* Translators: %s is a window title */
- tmp = g_strdup_printf (_("%s is not responding."),
- window_title);
+ tmp = g_markup_printf_escaped (_("%s is not responding."),
+ window_title);
window_content = g_strdup_printf (
"%s\n\n%s",
tmp,