File tree 2 files changed +3
-3
lines changed
dev/tools/Magento/Tools/I18n 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ protected function createDuplicatesPhrasesError($duplicates)
100
100
/** @var \Magento\Tools\I18n\Dictionary\Phrase $phrase */
101
101
$ phrase = $ phrases [0 ];
102
102
$ error .= sprintf (
103
- "The phrase \"%s \" is translated differently in %d places. \n" ,
103
+ "The phrase \"%s \" is translated in %d places. \n" ,
104
104
$ phrase ->getPhrase (),
105
105
count ($ phrases )
106
106
);
Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ public function testGenerateEmptyFile()
110
110
public function testGenerateWithNotAllowedDuplicatesAndDuplicatesExist ()
111
111
{
112
112
$ error = "Duplicated translation is found, but it is not allowed. \n"
113
- . "The phrase \"phrase1 \" is translated differently in 1 places. \n"
114
- . "The phrase \"phrase2 \" is translated differently in 1 places. \n" ;
113
+ . "The phrase \"phrase1 \" is translated in 1 places. \n"
114
+ . "The phrase \"phrase2 \" is translated in 1 places. \n" ;
115
115
$ this ->setExpectedException ('\RuntimeException ' , $ error );
116
116
117
117
$ allowDuplicates = false ;
You can’t perform that action at this time.
0 commit comments