diff options
| author | fukachan <fukachan> | 2005-10-29 10:16:05 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-10-29 10:16:05 +0000 |
| commit | f83efc322b67de594bab9eebdec3770835a5ad6e (patch) | |
| tree | 0c6f5598121e45ac5da3167e8f93f5ef40c11cbe /fml/etc/src/config.cf.ja/article.cf | |
| parent | 6a20bb402f07e58495727d54f32da846e8ce4c2c (diff) | |
| download | fml8-f83efc322b67de594bab9eebdec3770835a5ad6e.tar.gz fml8-f83efc322b67de594bab9eebdec3770835a5ad6e.tar.bz2 fml8-f83efc322b67de594bab9eebdec3770835a5ad6e.zip | |
change naming of $article_thread_outline_rules. fix comments.
Diffstat (limited to 'fml/etc/src/config.cf.ja/article.cf')
| -rw-r--r-- | fml/etc/src/config.cf.ja/article.cf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fml/etc/src/config.cf.ja/article.cf b/fml/etc/src/config.cf.ja/article.cf index 9055972e..d8008ef4 100644 --- a/fml/etc/src/config.cf.ja/article.cf +++ b/fml/etc/src/config.cf.ja/article.cf @@ -357,10 +357,10 @@ use_article_thread_outline = no # Descriptions: スレッドの概要を記事に追加する際にどこに追加するのか # History: none -# Value: SELECT ( add_header | append_body ) +# Value: SELECT ( add_outline_to_header | append_outline_to_body ) # Examples: add_header append_body -article_thread_outline_rules = add_header - append_body +article_thread_outline_rules = add_outline_to_header + append_outline_to_body # Descriptions: スレッドの概要が始まる部分につける挨拶 # History: none @@ -371,6 +371,6 @@ article_thread_outline_greeting_ja = [本スレッドのあらすじ] # Descriptions: スレッドの概要が始まる部分につける挨拶 # History: none # Value: STR -# Examples: [本スレッドのあらすじ] +# Examples: [outline of this thread] article_thread_outline_greeting_en = [outline of this thread] |
