summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_smart.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-03-14 15:45:43 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-03-14 15:45:43 -0400
commita32bed49516f3df3d104a5026a5b2c74451f348f (patch)
tree6b22c3ecc5293a41b5d3589a09b9ff2fe6baebd8 /src/usr/local/www/diag_smart.php
parent9ec9978267a5d1985d6da8ba35d52b7174239d2f (diff)
parent2f62ed872c59dd308c6eb5aa29028dd93274fed6 (diff)
downloadpfsense-a32bed49516f3df3d104a5026a5b2c74451f348f.zip
pfsense-a32bed49516f3df3d104a5026a5b2c74451f348f.tar.gz
Merge pull request #2728 from phil-davis/form_button
Diffstat (limited to 'src/usr/local/www/diag_smart.php')
-rw-r--r--src/usr/local/www/diag_smart.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/local/www/diag_smart.php b/src/usr/local/www/diag_smart.php
index 1bb0a37..553a76c 100644
--- a/src/usr/local/www/diag_smart.php
+++ b/src/usr/local/www/diag_smart.php
@@ -294,7 +294,7 @@ switch ($action) {
if (!empty($pconfig['smartmonemail'])) {
$form->addGlobal(new Form_Button(
'test',
- 'Send test email',
+ gettext('Send test email'),
null,
'fa-send'
))->addClass('btn-info');
@@ -314,7 +314,7 @@ switch ($action) {
$btnview = new Form_Button(
'submit',
- 'View',
+ gettext('View'),
null,
'fa-file-text-o'
);
@@ -394,7 +394,7 @@ switch ($action) {
$btntest = new Form_Button(
'submit',
- 'Test',
+ gettext('Test'),
null,
'fa-wrench'
);
@@ -467,7 +467,7 @@ switch ($action) {
$btnview = new Form_Button(
'submit',
- 'View',
+ gettext('View'),
null,
'fa-file-text-o'
);
@@ -521,7 +521,7 @@ switch ($action) {
// Abort
$btnabort = new Form_Button(
'submit',
- 'Abort',
+ gettext('Abort'),
null,
'fa-times'
);
OpenPOWER on IntegriCloud