diff options
| author | tmu <tmu> | 2002-12-08 02:55:58 +0000 |
|---|---|---|
| committer | tmu <tmu> | 2002-12-08 02:55:58 +0000 |
| commit | 0189010b8bca4ad4b514f1684554c0cc297e334d (patch) | |
| tree | 152977e5a722b0e0a41492a88b65b3e0c481b572 /fml/share | |
| parent | 5128107c4680dc9ef83426b21c5e23aa7df03643 (diff) | |
| download | fml8-0189010b8bca4ad4b514f1684554c0cc297e334d.tar.gz fml8-0189010b8bca4ad4b514f1684554c0cc297e334d.tar.bz2 fml8-0189010b8bca4ad4b514f1684554c0cc297e334d.zip | |
separate confirm message and ok/fail message
Diffstat (limited to 'fml/share')
| -rw-r--r-- | fml/share/message/euc-jp/command/confirm | 2 | ||||
| -rw-r--r-- | fml/share/message/euc-jp/command/fail | 1 | ||||
| -rw-r--r-- | fml/share/message/euc-jp/command/ok | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/fml/share/message/euc-jp/command/confirm b/fml/share/message/euc-jp/command/confirm index ad535678..56c24cb5 100644 --- a/fml/share/message/euc-jp/command/confirm +++ b/fml/share/message/euc-jp/command/confirm @@ -1,4 +1,4 @@ -以下のコマンドを送り返して下さい。 +以下のコマンド(confirm行)を送り返して下さい。 このメールに単にリプライするだけでも十分です。 #行頭からはじまっていなくてもコマンドは解釈されます。 diff --git a/fml/share/message/euc-jp/command/fail b/fml/share/message/euc-jp/command/fail index 82408af9..f38b4168 100644 --- a/fml/share/message/euc-jp/command/fail +++ b/fml/share/message/euc-jp/command/fail @@ -1 +1,2 @@ +--- コマンドの実行に失敗しました。 diff --git a/fml/share/message/euc-jp/command/ok b/fml/share/message/euc-jp/command/ok index b3d0a0ea..05fa3953 100644 --- a/fml/share/message/euc-jp/command/ok +++ b/fml/share/message/euc-jp/command/ok @@ -1 +1,2 @@ +--- コマンドは正常に処理されました。 |
