all repos — openbox @ 0e98685d800c766c7fb5a53e2e133aedb732df87

openbox fork - make it a bit more like ryudo

add the "desktop %i" string to the translations
Dana Jansens danakj@orodu.net
commit

0e98685d800c766c7fb5a53e2e133aedb732df87

parent

a4b4e61a022174cef201524939d2345a40f1566f

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M openbox/screen.copenbox/screen.c

@@ -935,7 +935,8 @@ /* use the names from the config file when possible */

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); }