i18n: merge similar translations strings

"Fake logo" is used 6 times, "Fake Logo" (capital L) only one time.
This commit is contained in:
Rami Yushuvaev
2019-08-27 00:52:07 +03:00
committed by M. Shull
parent 21b651cc27
commit bcc43766ec

View File

@ -113,7 +113,7 @@ class NewsletterBlank12Column {
"type" => "image", "type" => "image",
"link" => "", "link" => "",
"src" => $this->template_image_url . "/fake-logo.png", "src" => $this->template_image_url . "/fake-logo.png",
"alt" => WPFunctions::get()->__("Fake Logo", 'mailpoet'), "alt" => WPFunctions::get()->__("Fake logo", 'mailpoet'),
"fullWidth" => false, "fullWidth" => false,
"width" => "598px", "width" => "598px",
"height" => "71px", "height" => "71px",