diff options
author | Angelo Naselli <anaselli@linux.it> | 2015-07-07 16:27:05 +0200 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2015-07-07 16:27:05 +0200 |
commit | d44289fe30892c837ad4cc6161370da3a68c0a72 (patch) | |
tree | 0408ca14ce580e39fb44839cdbf89bee0313494f | |
parent | b65488994d6fd30310f0dfabbadb755e6daebff9 (diff) | |
download | colin-keep-d44289fe30892c837ad4cc6161370da3a68c0a72.tar colin-keep-d44289fe30892c837ad4cc6161370da3a68c0a72.tar.gz colin-keep-d44289fe30892c837ad4cc6161370da3a68c0a72.tar.bz2 colin-keep-d44289fe30892c837ad4cc6161370da3a68c0a72.tar.xz colin-keep-d44289fe30892c837ad4cc6161370da3a68c0a72.zip |
Fixed string (thanks to i18n team)
-rw-r--r-- | lib/ManaTools/Shared/Services.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ManaTools/Shared/Services.pm b/lib/ManaTools/Shared/Services.pm index 0c33fd4..b2dc5db 100644 --- a/lib/ManaTools/Shared/Services.pm +++ b/lib/ManaTools/Shared/Services.pm @@ -291,7 +291,7 @@ lpd => $self->loc->N_("lpd is the print daemon required for lpr to work properly basically a server that arbitrates print jobs to printer(s)."), lvs => $self->loc->N_("Linux Virtual Server, used to build a high-performance and highly available server."), -mandi => $self->loc->N_("Monitors the network (Interactive Firewall and wireless"), +mandi => $self->loc->N_("Monitors the network (Interactive Firewall and wireless)"), mdadm => $self->loc->N_("Software RAID monitoring and management"), messagebus => $self->loc->N_("DBUS is a daemon which broadcasts notifications of system events and other messages"), msec => $self->loc->N_("Enables MSEC security policy on system startup"), |