aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorToshiaki Asai <toshi.alternative@gmail.com>2015-01-01 00:07:36 +0900
committerToshiaki Asai <toshi.alternative@gmail.com>2015-01-01 00:09:18 +0900
commit0c1fdf412d42fee05785f9cc50c61fc54be5546b (patch)
tree3ef384b04a5b1313ba433b664fdf3e4a0639f5ed /core
parent758cc27e207a097772f03ad5173869f737c60356 (diff)
downloadmikutter-0c1fdf412d42fee05785f9cc50c61fc54be5546b.tar.gz
あけおめ
Diffstat (limited to 'core')
-rw-r--r--core/plugin/settings/basic_settings.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plugin/settings/basic_settings.rb b/core/plugin/settings/basic_settings.rb
index 9be40e0d..44c6866c 100644
--- a/core/plugin/settings/basic_settings.rb
+++ b/core/plugin/settings/basic_settings.rb
@@ -54,7 +54,7 @@ Plugin::create(:basic_settings) do
about (_("%s について") % Environment::NAME), {
:name => Environment::NAME,
:version => Environment::VERSION.to_s,
- :copyright => _('2009-%s Toshiaki Asai') % '2014',
+ :copyright => _('2009-%s Toshiaki Asai') % '2015',
:comments => _("全てのミク廃、そしてTwitter中毒者へ贈る、至高のTwitter Clientを目指すTwitter Client。\n略して至高のTwitter Client。\n圧倒的なかわいさではないか我がミクは\n\nこのソフトウェアは %{license} によって浄化されています。") % {license: 'MIT License'},
:license => (file_get_contents('../LICENSE') rescue nil),
:website => _('http://mikutter.hachune.net/'),