[Codestriker-commits] CVS update: codestriker/template/en/default viewtopic.html.tmpl
Brought to you by:
sits
|
From: <si...@us...> - 2008-06-24 04:51:31
|
User: sits Date: 08/06/23 21:51:30 Modified: template/en/default viewtopic.html.tmpl Log: Changed "monospace" to "fixed-width". Index: viewtopic.html.tmpl =================================================================== RCS file: /cvsroot/codestriker/codestriker/template/en/default/viewtopic.html.tmpl,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- viewtopic.html.tmpl 24 Jun 2008 03:26:50 -0000 1.50 +++ viewtopic.html.tmpl 24 Jun 2008 04:51:30 -0000 1.51 @@ -12,7 +12,7 @@ [%# Display the different coloured viewing modes #%] [% IF mode == "coloured" %] -| View in <a href="[% coloured_mono_mode_url %]">monospace font</a> +| View in <a href="[% coloured_mono_mode_url %]">fixed-width font</a> [% ELSIF mode == "coloured_mono" %] | View in <a href="[% coloured_mode_url %]">variable-width font</a> [% END %] |