X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fscreen.c;h=773cb75f38c07d0d160ca426b1ea1a2f57efbb90;hb=97de73776708d7c75b42c8fcf33342541d721c83;hp=90f8b27c76cbd13c29c74c07e78ab79cf9bfd8e9;hpb=ceb77efdd44e993b1ed4e9d908f93baf22b2b22c;p=chaz%2Fopenbox diff --git a/openbox/screen.c b/openbox/screen.c index 90f8b27c..773cb75f 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -394,6 +394,10 @@ void screen_startup(gboolean reconfig) NET_NUMBER_OF_DESKTOPS, CARDINAL, &d)) { if (d != config_desktops_num) { + /* TRANSLATORS: If you need to specify a different order of the + 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."), config_desktops_num, d); }