diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2008-02-17 17:01:07 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2008-02-17 17:01:07 +0100 |
| commit | 6be85936aea651721419bb789677059ab3cffad8 (patch) | |
| tree | b09d891e727ac6c8d9479c95d916dc970eeff7fb /openbox/screen.c | |
| parent | da2b83ff2606a9b9ee6844170456b51b878a1163 (diff) | |
Add a comment for translators about how to change order of arguments.
Diffstat (limited to 'openbox/screen.c')
| -rw-r--r-- | openbox/screen.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/screen.c b/openbox/screen.c index 5201f78a..730b4c24 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -405,6 +405,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); } |
