i18n: merge similar translations strings
"Fake logo" is used 6 times, "Fake Logo" (capital L) only one time.
This commit is contained in:
@ -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",
|
||||||
|
Reference in New Issue
Block a user