[aur-dev] [PATCH] pkg_details.php: Add missing translatable string

canyonknight canyonknight at gmail.com
Mon Jan 21 21:14:56 EST 2013


Signed-off-by: canyonknight <canyonknight at gmail.com>
---
 web/template/pkg_details.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php
index b5d8a9f..0973448 100644
--- a/web/template/pkg_details.php
+++ b/web/template/pkg_details.php
@@ -137,7 +137,7 @@ if ($row["SubmitterUID"]):
 		<td><?= htmlspecialchars($submitter) ?></td>
 	<?php endif; ?>
 <?php else: ?>
-			<td>None</td>
+			<td><?= __('None') ?></td>
 <?php endif; ?>
 		</tr>
 		<tr>
@@ -155,7 +155,7 @@ if ($row["MaintainerUID"]):
 		<td><?= htmlspecialchars($maintainer) ?></td>
 	<?php endif; ?>
 <?php else: ?>
-			<td>None</td>
+			<td><?= __('None') ?></td>
 <?php endif; ?>
 		</tr>
 		<tr>
-- 
1.8.1.1



More information about the aur-dev mailing list