summaryrefslogtreecommitdiffstats
path: root/templates/show_install_config.inc.php
diff options
context:
space:
mode:
authorPaul 'flowerysong' Arthur <flowerysong00@yahoo.com>2010-05-29 19:09:00 +0000
committerPaul 'flowerysong' Arthur <flowerysong00@yahoo.com>2010-05-29 19:09:00 +0000
commit55cfd7b8256c148322eea04ba094a4c58bedfe18 (patch)
treeb0cbec6371dbf06b3563337742933a4acf8b2c46 /templates/show_install_config.inc.php
parent92c2191e364fea62572ef56e83118b36102f5591 (diff)
downloadampache-55cfd7b8256c148322eea04ba094a4c58bedfe18.tar.gz
ampache-55cfd7b8256c148322eea04ba094a4c58bedfe18.tar.bz2
ampache-55cfd7b8256c148322eea04ba094a4c58bedfe18.zip
Add question mark after "Ampache.cfg.php Exists" for consistency.
Diffstat (limited to 'templates/show_install_config.inc.php')
-rw-r--r--templates/show_install_config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_install_config.inc.php b/templates/show_install_config.inc.php
index 4ab55bda..ba4dd9af 100644
--- a/templates/show_install_config.inc.php
+++ b/templates/show_install_config.inc.php
@@ -91,7 +91,7 @@ $prefix = realpath(dirname(__FILE__). "/../");
<br />
<table>
<tr>
- <td class="align"><?php echo _('Ampache.cfg.php Exists'); ?></td>
+ <td class="align"><?php echo _('Ampache.cfg.php Exists?'); ?></td>
<td>[
<?php
if (!is_readable($configfile)) {