X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fscreen.c;h=74d073c475ab82c8c0266db29f437e3eb5524689;hb=a1746ab2158da2324aefb7ce81e7b5edc9c41e79;hp=3b9f66ff35a66cce6d06dbfcf4db8e50be855ce1;hpb=c230443c6596039f426542f5a286120891a745c5;p=chaz%2Fopenbox diff --git a/openbox/screen.c b/openbox/screen.c index 3b9f66ff..74d073c4 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -399,7 +399,7 @@ void screen_startup(gboolean reconfig) arguments, you can use %1$d for the first one and %2$d for the second one. For example, "The current session has %2$d desktops, but Openbox is configured for %1$d ..." */ - g_warning(_("Openbox is configured for %d desktops, but the current session has %d. Overriding the Openbox configuration."), + g_warning(ngettext("Openbox is configured for %d desktop, but the current session has %d. Overriding the Openbox configuration.", "Openbox is configured for %d desktops, but the current session has %d. Overriding the Openbox configuration.", config_desktops_num), config_desktops_num, d); } screen_set_num_desktops(d);