diff options
| -rw-r--r-- | openbox/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c index 4d63f058..115ea090 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -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); |
