diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2011-05-10 16:03:33 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2011-08-01 18:18:16 +0200 |
| commit | 5f5880dccda32bfc0f62b130e00e62536257e696 (patch) | |
| tree | d7b0aec9535fb30bd723f92301932aaff2dbc67d /openbox/debug.c | |
| parent | 588aa0790abd0bf6452843c0e3490482e90b3654 (diff) | |
Fix some translation string markings
Diffstat (limited to 'openbox/debug.c')
| -rw-r--r-- | openbox/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/debug.c b/openbox/debug.c index 8423e8ab..358b090b 100644 --- a/openbox/debug.c +++ b/openbox/debug.c @@ -135,7 +135,7 @@ static void prompt_handler(const gchar *log_domain, GLogLevelFlags log_level, const gchar *message, gpointer data) { if (ob_state() == OB_STATE_RUNNING) - prompt_show_message(message, _("Openbox"), _("Close")); + prompt_show_message(message, "Openbox", _("Close")); else log_handler(log_domain, log_level, message, data); } |
