]> Dogcows Code - chaz/openbox/commitdiff
add the "desktop %i" string to the translations
authorDana Jansens <danakj@orodu.net>
Wed, 23 May 2007 04:24:28 +0000 (04:24 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 23 May 2007 04:24:28 +0000 (04:24 +0000)
openbox/screen.c

index 61e46b71ee0fc93d3be031a8ed644de14c655ba7..d92f18daa000cc556717b0142fc310fd34e6ea3b 100644 (file)
@@ -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);
         }
 
This page took 0.030499 seconds and 4 git commands to generate.