diff --git a/lang/cat.l b/lang/cat.l index 91c95f296..96c8b463c 100644 --- a/lang/cat.l +++ b/lang/cat.l @@ -6765,9 +6765,9 @@ HOST_NO_VIDENT # ########################################################################### HOST_GROUP - All vhost's in the group %s have been set to %s + All vhosts in the group %s have been set to %s HOST_IDENT_GROUP - All vhost's in the group %s have been set to %s@%s + All vhosts in the group %s have been set to %s@%s ########################################################################### # diff --git a/lang/en_us.l b/lang/en_us.l index 123dccf46..7799a0fe7 100644 --- a/lang/en_us.l +++ b/lang/en_us.l @@ -6390,9 +6390,9 @@ HOST_OFF_UNREAL HOST_NO_VIDENT Your IRCD does not support vIdent's, if this is incorrect, please report this as a possible bug HOST_GROUP - All vhost's in the group %s have been set to %s + All vhosts in the group %s have been set to %s HOST_IDENT_GROUP - All vhost's in the group %s have been set to %s@%s + All vhosts in the group %s have been set to %s@%s HOST_LIST_FOOTER Displayed all records (Count: %d) HOST_LIST_RANGE_FOOTER diff --git a/lang/gr.l b/lang/gr.l index 8781e2bbc..2be986e61 100644 --- a/lang/gr.l +++ b/lang/gr.l @@ -6651,9 +6651,9 @@ HOST_NO_VIDENT # ########################################################################### HOST_GROUP - All vhost's in the group %s have been set to %s + All vhosts in the group %s have been set to %s HOST_IDENT_GROUP - All vhost's in the group %s have been set to %s@%s + All vhosts in the group %s have been set to %s@%s ########################################################################### # diff --git a/lang/nl.l b/lang/nl.l index f3d0cb6d1..3b56ef9b6 100644 --- a/lang/nl.l +++ b/lang/nl.l @@ -6569,9 +6569,9 @@ HOST_OFF_UNREAL HOST_NO_VIDENT Je IRCD ondersteunt geen vIdent's. Als dit niet klopt, rapporteer dit dan als een mogelijke bug HOST_GROUP - Alle vhost's in de groep %s zijn ingesteld op %s + Alle vhosts in de groep %s zijn ingesteld op %s HOST_IDENT_GROUP - Alle vhost's in de groep %s zijn ingesteld op %s@%s + Alle vhosts in de groep %s zijn ingesteld op %s@%s ########################################################################### # diff --git a/lang/pt.l b/lang/pt.l index d51f8d405..bfac5f069 100644 --- a/lang/pt.l +++ b/lang/pt.l @@ -6535,9 +6535,9 @@ HOST_OFF_UNREAL HOST_NO_VIDENT Seu IRCD não suporta vIdent's, se isto não está certo, por favor reporte isso como um possível bug. HOST_GROUP - Todos os vhost's no grupo %s foram ajustados para %s + Todos os vhosts no grupo %s foram ajustados para %s HOST_IDENT_GROUP - Todos os vhost's no grupo %s foram ajustados para %s@%s + Todos os vhosts no grupo %s foram ajustados para %s@%s HOST_LIST_FOOTER Exibidos todos os registros (Contador: %d) HOST_LIST_RANGE_FOOTER diff --git a/version.log b/version.log index f6dcb85ca..39aea9ff6 100644 --- a/version.log +++ b/version.log @@ -8,9 +8,10 @@ VERSION_MAJOR="1" VERSION_MINOR="8" VERSION_PATCH="5" VERSION_EXTRA="-git" -VERSION_BUILD="3044" +VERSION_BUILD="3045" # $Log$ # Changes since 1.8.5 Release +#Revision 3045 - Fixed some improper english in the HOST_GROUP language strings #Revision 3044 - Fixed a potential crash from accessing invalid memory after unbanning people when checking whether a host is akick stuck. Fixes /cs unban not reapplying stuck ban masks. #Revision 3043 - Fixed /nickserv saset display to change the nicktracking of the users affected by it, not the user executing it #Revision 3042 - Fixed /nickserv group to use nicktracking if enabled