diff options
Diffstat (limited to 'img/lib/IM/MsgStore.pm')
| -rw-r--r-- | img/lib/IM/MsgStore.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/img/lib/IM/MsgStore.pm b/img/lib/IM/MsgStore.pm index 49aa728e..9af02a80 100644 --- a/img/lib/IM/MsgStore.pm +++ b/img/lib/IM/MsgStore.pm @@ -5,10 +5,10 @@ ### ### Author: Internet Message Group <img@mew.org> ### Created: Apr 23, 1997 -### Revised: Jul 4, 2004 +### Revised: Apr 23, 2007 ### -my $PM_VERSION = "IM::MsgStore.pm version 20031028(IM146)"; +my $PM_VERSION = "IM::MsgStore.pm version 20100215(IM150)"; package IM::MsgStore; require 5.003; @@ -183,7 +183,7 @@ sub store_message($$;$) { } return 0; } else { - im_err("message can not be saved to $dst.\n"); + im_err("message cannot be saved to $dst.\n"); return -1; } } |
