another “unexpected” translation update.
This commit is contained in:
parent
fa57422ee2
commit
e2271c84e7
@ -285,8 +285,8 @@ EAN13MetadataField::update_status ()
|
|||||||
_("EAN Check digit OK"), sum));
|
_("EAN Check digit OK"), sum));
|
||||||
} else {
|
} else {
|
||||||
status_label->set_markup (string_compose(
|
status_label->set_markup (string_compose(
|
||||||
"<span color=\"#ffa755\">%1: %2 (expected %3)</span>",
|
"<span color=\"#ffa755\">%1: %2 (%3 %4)</span>",
|
||||||
_("EAN Check digit error"), p[12] - '0', sum));
|
_("EAN Check digit error"), p[12] - '0', _("expected"), sum));
|
||||||
}
|
}
|
||||||
} else if (len > 0) {
|
} else if (len > 0) {
|
||||||
status_label->set_markup (string_compose(
|
status_label->set_markup (string_compose(
|
||||||
|
Loading…
Reference in New Issue
Block a user