From 0e98685d800c766c7fb5a53e2e133aedb732df87 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 23 May 2007 04:24:28 +0000 Subject: [PATCH] add the "desktop %i" string to the translations --- openbox/screen.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openbox/screen.c b/openbox/screen.c index 61e46b71..d92f18da 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -935,7 +935,8 @@ void screen_update_desktop_names() screen_desktop_names[i] = g_strdup(it->data); else /* make up a nice name if it's not though */ - screen_desktop_names[i] = g_strdup_printf("desktop %i", i + 1); + screen_desktop_names[i] = g_strdup_printf(_("desktop %i"), + i + 1); if (it) it = g_slist_next(it); } -- 2.45.2