aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AdminPanel/Module/Services.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/AdminPanel/Module/Services.pm')
-rw-r--r--lib/AdminPanel/Module/Services.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AdminPanel/Module/Services.pm b/lib/AdminPanel/Module/Services.pm
index 2d7ed7c..365f3e1 100644
--- a/lib/AdminPanel/Module/Services.pm
+++ b/lib/AdminPanel/Module/Services.pm
@@ -447,7 +447,7 @@ sub _servicePanel {
last;
}
elsif ($widget == $aboutButton) {
- my $translators = $self->loc->N("_: Translator(s) name(s) & email(s)\n");
+ my $translators = $self->loc->N("_: Translator(s) name(s) & email(s)\n");
$translators =~ s/\</\&lt\;/g;
$translators =~ s/\>/\&gt\;/g;
$self->sh_gui->AboutDialog({ name => $self->name,