diff options
author | Matteo Pasotti <matteo.pasotti@gmail.com> | 2014-01-11 19:29:30 +0100 |
---|---|---|
committer | Matteo Pasotti <matteo.pasotti@gmail.com> | 2014-01-11 19:29:30 +0100 |
commit | 95cac171c37089d050981e05552e2965f9fe8ee1 (patch) | |
tree | c25d2db1cb4dcc33da2c04c717e3e58119279918 | |
parent | 79ff7936e6ab62d42b67a0b88c0572c2f335e9e1 (diff) | |
download | colin-keep-95cac171c37089d050981e05552e2965f9fe8ee1.tar colin-keep-95cac171c37089d050981e05552e2965f9fe8ee1.tar.gz colin-keep-95cac171c37089d050981e05552e2965f9fe8ee1.tar.bz2 colin-keep-95cac171c37089d050981e05552e2965f9fe8ee1.tar.xz colin-keep-95cac171c37089d050981e05552e2965f9fe8ee1.zip |
- fixed English grammar
-rw-r--r-- | AdminPanel/Hosts/GHosts.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AdminPanel/Hosts/GHosts.pm b/AdminPanel/Hosts/GHosts.pm index 345a8e8..6655191 100644 --- a/AdminPanel/Hosts/GHosts.pm +++ b/AdminPanel/Hosts/GHosts.pm @@ -90,7 +90,7 @@ sub _addHostDialog { my $hbox_footer = $factory->createHBox($layout); # header - my $labelDescription = $factory->createLabel($hbox_header,"Add the informations"); + my $labelDescription = $factory->createLabel($hbox_header,"Add the information"); # content # my $labelIPAddress = $factory->createLabel($leftContent,"IP Address"); |