Skip to content

Commit

Permalink
refs #1249
Browse files Browse the repository at this point in the history
  * 누락된 언어 리소스 추가
  • Loading branch information
inureyes committed Nov 25, 2009
1 parent 14e18a4 commit 516f4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/i/entry/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ul class="posts" id="blog_posts_<?php echo $suri['page'];?>" title="<?php echo _text('글목록');?>" selected="false">
<?php
$itemsView = '<li class="group">'.CRLF;
$itemsView .= ' <span class="left">Post List ('.$list['count'].')</span>'.CRLF;
$itemsView .= ' <span class="left">'._text('글목록').'('.$list['count'].')</span>'.CRLF;
$itemsView .= ' <span class="right">Page <span class="now_page">' . $paging['page'] . '</span> / '.$paging['pages'].'</span>'.CRLF;
$itemsView .= '</li>'.CRLF;
foreach ($list['items'] as $item) {
Expand Down

0 comments on commit 516f4f7

Please # to comment.