From 7866b847aa3fa7ea93e176d2b9a46d6c82ce6fa1 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Fri, 20 Sep 2013 15:11:32 -0400
Subject: [PATCH] - Replace gender with correct salutation in client messaging.

---
 interface/lib/lang/en.lng |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/interface/lib/lang/en.lng b/interface/lib/lang/en.lng
index 22cd5ae..1d689f0 100644
--- a/interface/lib/lang/en.lng
+++ b/interface/lib/lang/en.lng
@@ -136,4 +136,6 @@
 $wb["no_domain_perm"] = 'You have no permission for this domain.';
 $wb["no_destination_perm"] = 'You have no permission for this destination.';
 $wb['client_you_are_locked'] = 'You have no permission to change any settings.';
+$wb['gender_m_txt'] = 'Mr.';
+$wb['gender_f_txt'] = 'Ms.';
 ?>

--
Gitblit v1.9.1