diff options
| author | 2015-07-20 16:27:10 +0200 | |
|---|---|---|
| committer | 2015-07-20 16:27:10 +0200 | |
| commit | 2c8b4f5a502cb387f5eccfcc38aa7434bd75637a (patch) | |
| tree | d48c02c8813f1fcd120f8510ac7e6b7f7a784da5 /app/install.php | |
| parent | 118e0ddd0a3dcd7e08d695567c6caa2d79d4b606 (diff) | |
Add translations
TODO: german and czech translations
See https://github.com/FreshRSS/FreshRSS/issues/909
Diffstat (limited to 'app/install.php')
| -rw-r--r-- | app/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/install.php b/app/install.php index 208bef0e9..61d2f5df9 100644 --- a/app/install.php +++ b/app/install.php @@ -605,7 +605,7 @@ function printStep1() { <?php } ?> <?php if (freshrss_already_installed() && $res['all'] == 'ok') { ?> - <p class="alert alert-warn"><span class="alert-head"><?php echo _t('gen.short.attention'); ?></span> <?php echo _t('install.check.freshrss_alreadyy_installed'); ?></p> + <p class="alert alert-warn"><span class="alert-head"><?php echo _t('gen.short.attention'); ?></span> <?php echo _t('install.check.already_installed'); ?></p> <form action="index.php?step=1" method="post"> <input type="hidden" name="freshrss-keep-install" value="1" /> |
