Skip to content

Commit

Permalink
Code corrected for Poedit compatibility
Browse files Browse the repository at this point in the history
Many Long strings splitted but not using concat operator treats as
string with line break and tabs but it doesn't.
  • Loading branch information
r3code committed Dec 24, 2012
1 parent 32ac4f2 commit af8ab5b
Show file tree
Hide file tree
Showing 30 changed files with 2,175 additions and 3,535 deletions.
4 changes: 2 additions & 2 deletions ajax/ajax.mailingtest.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@

if (Pommo::$_config['demo_mode'] == 'on')
{
$logger->addMsg(sprintf(_('%sDemonstration Mode%s is on -- no Emails will actually
be sent. This is good for testing settings.'),
$logger->addMsg(sprintf(_('%sDemonstration Mode%s is on -- no Emails will actually'
.' be sent. This is good for testing settings.'),
'<a href="'.Pommo::$_baseUrl.'setup_configure.php#mailings">',
'</a>'));
}
Expand Down
4 changes: 2 additions & 2 deletions import_csv2.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
}

unlink(Pommo::$_workDir.'/import.csv');
echo '<div class="warn"><p>'.sprintf(_('%s subscribers imported! Of these, %s
were flagged to update their records.'), $tally, $flagged).'<p>'
echo '<div class="warn"><p>'.sprintf(_('%s subscribers imported! Of these, %s'
.' were flagged to update their records.'), $tally, $flagged).'<p>'
.sprintf(_('%s duplicates encountered.'), $dupes).'</p></div>';

echo "<table>";
Expand Down
Loading

0 comments on commit af8ab5b

Please sign in to comment.