diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/UserInfoEx/src/svc_constants.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/svc_constants.cpp b/plugins/UserInfoEx/src/svc_constants.cpp index 21621fe2ce..c378cb0bb5 100644 --- a/plugins/UserInfoEx/src/svc_constants.cpp +++ b/plugins/UserInfoEx/src/svc_constants.cpp @@ -228,7 +228,10 @@ static IDSTRLIST TmplMarital[]={ {20, LPGEN("Married"), 0},
{30, LPGEN("Divorced"), 0},
{31, LPGEN("Separated"), 0},
- {40, LPGEN("Widowed"), 0}
+ {40, LPGEN("Widowed"), 0},
+ {50, LPGEN("Actively searching"), 0 },
+ {60, LPGEN("In love"), 0 },
+ {70, LPGEN("It\'s complicated"), 0 }
};
static IDSTRLIST TmplPrefixes[]={
|