GUAC-236: Add missing plurals.

This commit is contained in:
Michael Jumper 2016-03-16 10:45:11 -07:00
parent 534d0e580e
commit 0a5e57362e
4 changed files with 4 additions and 4 deletions

View File

@ -363,7 +363,7 @@ enum RDP_ARGS_IDX {
IDX_RECORDING_PATH,
/**
* The name that should be given to screen recording which are written in
* The name that should be given to screen recordings which are written in
* the given path.
*/
IDX_RECORDING_NAME,

View File

@ -150,7 +150,7 @@ enum SSH_ARGS_IDX {
IDX_RECORDING_PATH,
/**
* The name that should be given to screen recording which are written in
* The name that should be given to screen recordings which are written in
* the given path.
*/
IDX_RECORDING_NAME,

View File

@ -130,7 +130,7 @@ enum TELNET_ARGS_IDX {
IDX_RECORDING_PATH,
/**
* The name that should be given to screen recording which are written in
* The name that should be given to screen recordings which are written in
* the given path.
*/
IDX_RECORDING_NAME,

View File

@ -239,7 +239,7 @@ enum VNC_ARGS_IDX {
IDX_RECORDING_PATH,
/**
* The name that should be given to screen recording which are written in
* The name that should be given to screen recordings which are written in
* the given path.
*/
IDX_RECORDING_NAME,