From: Jeremy Laine Date: Thu, 20 Jul 2006 23:29:18 +0000 (+0000) Subject: touch stylesheet switching text X-Git-Url: http://git.polytechnique.org/?p=diogenes.git;a=commitdiff_plain;h=81246c57fcdf3294ab4c207fc8cdbdb71f76b9a9 touch stylesheet switching text --- diff --git a/include/admin/edit.php b/include/admin/edit.php index eab2e67..e68aff4 100644 --- a/include/admin/edit.php +++ b/include/admin/edit.php @@ -61,7 +61,7 @@ $page->assign('submit',__("Submit")); if ($file == $globals->cssfile) { $page->assign('style_sheets', $globals->style_sheets); $page->assign('preset_style_sheet', $globals->barrel_style_sheet); - $page->assign('msg_set_stylesheet', __("replace current style sheet by a preset one")); + $page->assign('msg_set_stylesheet', __("replace by a preset style sheet")); $page->assign('msg_replace',__("Replace")); }