From 03e0e5f691e73762da19371b614f2a16f08e7e93 Mon Sep 17 00:00:00 2001 From: mchurch Date: Wed, 2 Jun 2004 23:14:14 +0000 Subject: [PATCH] Fixed use of '- or -' string to a language file string. Added back lost initialcontent help file. --- lang/en/help/wiki/initialcontent.html | 7 +++++++ lang/en/wiki.php | 5 +++-- mod/wiki/mod.html | 3 ++- 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100755 lang/en/help/wiki/initialcontent.html diff --git a/lang/en/help/wiki/initialcontent.html b/lang/en/help/wiki/initialcontent.html new file mode 100755 index 0000000000..b3c470c87f --- /dev/null +++ b/lang/en/help/wiki/initialcontent.html @@ -0,0 +1,7 @@ +

Fill in initial content

+ +

This is the content which can be initially filled into the Wiki.

+

If you want your own initial content, create it as text-files, and upload it to a directory in the course +files area. Then select one of the files as the initial page. All pages in that directory will become content +for every new wiki structure created for this wiki, and the selected page will be the first page. +

diff --git a/lang/en/wiki.php b/lang/en/wiki.php index 036c89f831..8abf1118c0 100644 --- a/lang/en/wiki.php +++ b/lang/en/wiki.php @@ -5,13 +5,14 @@ $string['modulename'] = 'Wiki'; $string['modulenameplural'] = 'Wikis'; -$string['wikiname'] = "Page Name"; -$string['wikitype'] = "Type"; +$string['wikiname'] = 'Page Name'; +$string['wikitype'] = 'Type'; $string['ewikiprinttitle'] = 'Print the title on every Wiki-Page'; $string['htmlmode'] = 'HTML Mode'; $string['ewikiacceptbinary'] = 'Allow binary files'; $string['initialcontent'] = 'Choose an Initial Page'; $string['chooseafile'] = 'Choose/upload initial page'; +$string['pagenamechoice'] = '- or -'; $string['wikidefaultpagename'] = 'WikiIndex'; $string['wikistartederror'] = 'Wiki already has entries - can\'t change.'; diff --git a/mod/wiki/mod.html b/mod/wiki/mod.html index 9938d3a1f7..8678425342 100644 --- a/mod/wiki/mod.html +++ b/mod/wiki/mod.html @@ -117,7 +117,8 @@ } else { ?> - - or - + + -- 2.39.5