Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Merge branch 'topcu-master' into 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Amegatron committed Jan 30, 2015
2 parents 08cdfec + ff3f341 commit 0a08dbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public function format($isNow, $isFuture, $delta, $unit)
$txt = $delta . ' ' . $unitStr;

if ($isNow) {
$txt = (($isFuture) ? 'sonra ' : 'önce ') . $txt;
$txt .= " " . (($isFuture) ? 'sonra ' : 'önce ');

return $txt;
}
Expand Down

0 comments on commit 0a08dbf

Please sign in to comment.