summaryrefslogtreecommitdiff
path: root/img/lib/IM/MsgStore.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2010-02-28 06:37:24 +0000
committerfukachan <fukachan>2010-02-28 06:37:24 +0000
commite314db340e6b4afc2dc9b9a6745dea18f3cc0844 (patch)
tree8aa695a4228ff273f17d123f540d22d901492cd3 /img/lib/IM/MsgStore.pm
parentddc1ed19d3f9d8d8840bea932174a68749550330 (diff)
downloadfml8-im-150.tar.gz
fml8-im-150.tar.bz2
fml8-im-150.zip
import im-150im-150
Diffstat (limited to 'img/lib/IM/MsgStore.pm')
-rw-r--r--img/lib/IM/MsgStore.pm6
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;
}
}