summaryrefslogtreecommitdiff
path: root/search.php
diff options
context:
space:
mode:
Diffstat (limited to 'search.php')
-rw-r--r--search.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/search.php b/search.php
index 1e35acf075..872668ea69 100644
--- a/search.php
+++ b/search.php
@@ -140,7 +140,7 @@ function checknames(frm) {
<div class="label"></div>
<div class="value">
- <input type="submit" value="<?php echo /* I18N: A button label */ I18N::translate('Search'); ?>">
+ <input type="submit" value="<?php echo /* I18N: A button label. */ I18N::translate('search'); ?>">
</div>
</div>
</form>
@@ -182,7 +182,7 @@ function checknames(frm) {
}
</script>
<div class="label">
- <?php echo I18N::translate('Search'); ?>
+ <?php echo /* I18N: A button label. */ I18N::translate('search'); ?>
</div>
<div class="value">
<p>
@@ -214,7 +214,7 @@ function checknames(frm) {
<div class="label"></div>
<div class="value">
- <input type="submit" value="<?php echo /* I18N: A button label */ I18N::translate('Replace'); ?>">
+ <input type="submit" value="<?php echo /* I18N: A button label. */ I18N::translate('replace'); ?>">
</div>
</div>
</form>
@@ -297,7 +297,7 @@ function checknames(frm) {
<div class="label"></div>
<div class="value">
- <input type="submit" value="<?php echo /* I18N: A button label */ I18N::translate('Search'); ?>">
+ <input type="submit" value="<?php echo /* I18N: A button label. */ I18N::translate('search'); ?>">
</div>
</div>
</form>