What about something like:
```
gchar *utf8_term_cmd = utils_str_replace_all(&tool_prefs.term_cmd, "%c", 
run_cmd);
ui_set_statusbar(TRUE, _("Cannot execute build command \"%s\": %s. "
"Check the path setting for Terminal in the Tools tab in Preferences."), 
utf8_term_cmd, error->message);
```
?

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1077#issuecomment-227023520

Reply via email to