diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2008-11-15 22:53:02 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2008-11-15 22:53:02 +0100 |
| commit | a1746ab2158da2324aefb7ce81e7b5edc9c41e79 (patch) | |
| tree | d74e132e17c57ea12b7c0731c17c624775d3a938 /openbox/screen.c | |
| parent | c230443c6596039f426542f5a286120891a745c5 (diff) | |
| parent | e59d06c7f3ede4911c8ab08c101f6b0322a0ea58 (diff) | |
Merge branch 'backport' into work
Conflicts:
openbox/event.c
Diffstat (limited to 'openbox/screen.c')
| -rw-r--r-- | openbox/screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
