summaryrefslogtreecommitdiff
path: root/openbox/screen.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-02-18 20:43:18 -0500
committerDana Jansens <danakj@orodu.net>2008-02-18 20:43:18 -0500
commit3263845459d15da683b7cab92fb856acbdf2800e (patch)
tree15bc390602a83a0f919e8a1faa7f8a20c8a4f542 /openbox/screen.c
parent9e05faf3d6ac1c527032efb7210de8bbfeb2212c (diff)
parent041d17373e046b5ee6667b10c1492bb518bac097 (diff)
Merge branch 'backport' into work
Conflicts: openbox/grab.c openbox/keyboard.c
Diffstat (limited to 'openbox/screen.c')
-rw-r--r--openbox/screen.c4
1 files changed, 4 insertions, 0 deletions
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);
}