mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
fix typos in display of error message about an LV2 plugin preset
This commit is contained in:
parent
71c26e2820
commit
94f366190e
1 changed files with 1 additions and 1 deletions
|
|
@ -970,7 +970,7 @@ LV2Plugin::find_presets()
|
|||
lilv_node_as_string(name))));
|
||||
} else {
|
||||
warning << string_compose(
|
||||
_("Plugin \"%1\% preset \"%2%\" is missing a label\n"),
|
||||
_("Plugin \"%1\" preset \"%2\" is missing a label\n"),
|
||||
lilv_node_as_string(lilv_plugin_get_uri(_impl->plugin)),
|
||||
lilv_node_as_string(preset)) << endmsg;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue