diff --git a/lib/WebGUI/Account/User.pm b/lib/WebGUI/Account/User.pm
index 403494d8a..51f190c9b 100644
--- a/lib/WebGUI/Account/User.pm
+++ b/lib/WebGUI/Account/User.pm
@@ -67,8 +67,8 @@ sub editSettingsForm {
name => "userAccountLayoutTemplateId",
value => $self->getLayoutTemplateId,
namespace => "Account/Layout",
- label => $i18n->get("layout template label"),
- hoverHelp => $i18n->get("layout template hoverHelp")
+ label => $i18n->get("user layout template label"),
+ hoverHelp => $i18n->get("user layout template hoverHelp")
);
$f->raw(q{
|   |
});
$f->readOnly (
diff --git a/lib/WebGUI/Form/MatrixFieldType.pm b/lib/WebGUI/Form/MatrixFieldType.pm
index 0485d033f..9ba1292c8 100644
--- a/lib/WebGUI/Form/MatrixFieldType.pm
+++ b/lib/WebGUI/Form/MatrixFieldType.pm
@@ -79,7 +79,7 @@ sub definition {
my $i18n = WebGUI::International->new($session);
push(@{$definition}, {
label=>{
- defaultValue=>$i18n->get("matrix fieldtype","WebGUI")
+ defaultValue=>$i18n->get("matrix fieldtype","Asset_Matrix")
},
});
return $class->SUPER::definition($session, $definition);
@@ -95,7 +95,7 @@ Returns the human readable name of this control.
sub getName {
my ($self, $session) = @_;
- return WebGUI::International->new($session, 'WebGUI')->get('matrix fieldtype');
+ return WebGUI::International->new($session, 'Asset_Matrix')->get('matrix fieldtype');
}
#-------------------------------------------------------------------
diff --git a/lib/WebGUI/i18n/English/Account_Inbox.pm b/lib/WebGUI/i18n/English/Account_Inbox.pm
index b54d55e93..9f2d7b40b 100644
--- a/lib/WebGUI/i18n/English/Account_Inbox.pm
+++ b/lib/WebGUI/i18n/English/Account_Inbox.pm
@@ -49,6 +49,16 @@ our $I18N = {
lastUpdated => 1119068809
},
+ 'inbox send message template label' => {
+ message => q|Send Message Template|,
+ lastUpdated => 1119068809,
+ },
+
+ 'inbox send message template hoverHelp' => {
+ message => q|Choose the template for sending a message|,
+ lastUpdated => 1119068809,
+ },
+
'inbox message confirm template label' => {
message => q|Inbox Message Confirm Template|,
lastUpdated => 1119068809
diff --git a/lib/WebGUI/i18n/English/Asset_Matrix.pm b/lib/WebGUI/i18n/English/Asset_Matrix.pm
index 6dc867452..fc7932020 100644
--- a/lib/WebGUI/i18n/English/Asset_Matrix.pm
+++ b/lib/WebGUI/i18n/English/Asset_Matrix.pm
@@ -755,6 +755,11 @@ selectBox.|
message => q|Matrix Asset Template Variables|,
},
+ 'matrix fieldtype' => {
+ lastUpdated => 0,
+ message => q|Matrix Fieldtype|,
+ },
+
};
1;
diff --git a/lib/WebGUI/i18n/English/Form_MatrixCompare.pm b/lib/WebGUI/i18n/English/Form_MatrixCompare.pm
index 82b556b80..a321b50cf 100644
--- a/lib/WebGUI/i18n/English/Form_MatrixCompare.pm
+++ b/lib/WebGUI/i18n/English/Form_MatrixCompare.pm
@@ -2,9 +2,10 @@ package WebGUI::i18n::English::Form_MatrixCompare;
use strict;
our $I18N = {
- 'topicName' => {
+ 'matrix compare' => {
message => q|Matrix Compare|,
lastUpdated => 0,
+ context => q|Name of this form control. With regard to a set of features, this control lets you choose if the listing has the feature, does not have the feature, if it is free, or for pay. Matrix Feature Comparison List.|,
},
'no' => {