Skip to content

Commit

Permalink
minor text change
Browse files Browse the repository at this point in the history
  • Loading branch information
johndbritton committed Jun 23, 2010
1 parent 675c929 commit 6c4777e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dopplr.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function timezone() {
$offset_direction = 'plus';
}

return $timezone . ', U.T.C. Offset: '. $offset_direction. ' ' . $offset_hours;
return $timezone . '. U.T.C. Offset: '. $offset_direction. ' ' . $offset_hours;
}

function travel_today() {
Expand Down

0 comments on commit 6c4777e

Please sign in to comment.