From: Art Cancro Date: Wed, 30 Dec 2009 21:34:26 +0000 (+0000) Subject: * Renamed 'morediv' to 'newerdiv' X-Git-Tag: v7.86~544 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=eabf3658ecfa4cc952a553696e917808d1109c1c;p=citadel.git * Renamed 'morediv' to 'newerdiv' --- diff --git a/webcit/bbsview_renderer.c b/webcit/bbsview_renderer.c index bff80d9c4..4bcb1935d 100644 --- a/webcit/bbsview_renderer.c +++ b/webcit/bbsview_renderer.c @@ -426,7 +426,7 @@ int bbsview_RenderView_or_Tail(SharedMessageStatus *Stat, struct bbsview *BBS = (struct bbsview *) *ViewSpecific; int i; const StrBuf *Mime; - char morediv[64]; + char newerdiv[64]; lprintf(9, "starting bbsview_RenderView_or_Tail() - there are %d messages.\n", BBS->num_msgs); @@ -450,7 +450,7 @@ int bbsview_RenderView_or_Tail(SharedMessageStatus *Stat, } - snprintf(morediv, sizeof morediv, "morediv%08lx%08x", time(NULL), rand()); + snprintf(newerdiv, sizeof newerdiv, "newerdiv%08lx%08x", time(NULL), rand()); if (!WC->is_ajax) { /* only supply the script during the initial page load */ StrBufAppendPrintf(WC->trailing_javascript, @@ -467,11 +467,11 @@ int bbsview_RenderView_or_Tail(SharedMessageStatus *Stat, ); } - wc_printf("
", morediv); + wc_printf("", _("newer messages") ); wc_printf(""); } @@ -492,7 +492,7 @@ int bbsview_RenderView_or_Tail(SharedMessageStatus *Stat, gt = atol(bstr("gt")); } wc_printf("", - morediv, + newerdiv, gt, Stat->maxmsgs, (Stat->reverse ? 2 : 1)