From c0806c6dfbe21d466bfd9344cd2caeef0ba7cdfa Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sat, 25 Feb 2012 11:09:49 -0500
Subject: [PATCH] Renamed error message label

---
 program/localization/ja_JP/messages.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/localization/ja_JP/messages.inc b/program/localization/ja_JP/messages.inc
index ae588ff..74a7e37 100644
--- a/program/localization/ja_JP/messages.inc
+++ b/program/localization/ja_JP/messages.inc
@@ -18,7 +18,7 @@
 $messages['loginfailed'] = 'ログインに失敗しました。';
 $messages['cookiesdisabled'] = 'ブラウザーで Cookie が無効に設定されています。';
 $messages['sessionerror'] = 'セッションが正しくないか期限切れです。';
-$messages['imaperror'] = 'IMAP サーバーへの接続に失敗しました。';
+$messages['storageerror'] = 'IMAP サーバーへの接続に失敗しました。';
 $messages['servererror'] = 'サーバーでエラーが発生しました。';
 $messages['servererrormsg'] = 'サーバー エラー: $msg';
 $messages['dberror'] = 'データベースのエラーです!';

--
Gitblit v1.9.1