Make "Unnamed Window" translatable.

This commit is contained in:
Mikael Magnusson 2008-02-27 03:51:52 +01:00
parent c11a7c3ce1
commit 7753be1cb6

View file

@ -1993,7 +1993,7 @@ void client_update_title(ObClient *self)
*/
data = g_strdup("");
} else
data = g_strdup("Unnamed Window");
data = g_strdup(_("Unnamed Window"));
}
}
self->original_title = g_strdup(data);