mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
another “unexpected” translation update.
This commit is contained in:
parent
fa57422ee2
commit
e2271c84e7
1 changed files with 2 additions and 2 deletions
|
|
@ -285,8 +285,8 @@ EAN13MetadataField::update_status ()
|
|||
_("EAN Check digit OK"), sum));
|
||||
} else {
|
||||
status_label->set_markup (string_compose(
|
||||
"<span color=\"#ffa755\">%1: %2 (expected %3)</span>",
|
||||
_("EAN Check digit error"), p[12] - '0', sum));
|
||||
"<span color=\"#ffa755\">%1: %2 (%3 %4)</span>",
|
||||
_("EAN Check digit error"), p[12] - '0', _("expected"), sum));
|
||||
}
|
||||
} else if (len > 0) {
|
||||
status_label->set_markup (string_compose(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue