diff options
Diffstat (limited to 'editcomponents.cgi')
-rwxr-xr-x | editcomponents.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editcomponents.cgi b/editcomponents.cgi index f28a87b7a..09acc0c51 100755 --- a/editcomponents.cgi +++ b/editcomponents.cgi @@ -218,7 +218,7 @@ if ($action eq 'new') { my $prodcomp = "&product=" . url_quote($product->name) . "&component=" . url_quote($comp_name); - # For localisation reasons, we get the title of the queries from the + # For localization reasons, we get the title of the queries from the # submitted form. my $open_name = $cgi->param('open_name'); my $nonopen_name = $cgi->param('nonopen_name'); |