summaryrefslogtreecommitdiff
path: root/apps/app_transfer.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-05-30 05:17:09 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-05-30 05:17:09 +0000
commit1236ed32148bcd73158aa2cec42b96be17aaedbc (patch)
tree93053fdb89cd0338b099b3d8ad89c9c1f19e7cf6 /apps/app_transfer.c
parent2baca1b2c5ebac54528455e207f4f92ddbcfc4aa (diff)
Issue 9477 - Improve menuselect labels
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@66585 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_transfer.c')
-rw-r--r--apps/app_transfer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_transfer.c b/apps/app_transfer.c
index cda2914c7..9edff978e 100644
--- a/apps/app_transfer.c
+++ b/apps/app_transfer.c
@@ -153,4 +153,4 @@ static int load_module(void)
return ast_register_application(app, transfer_exec, synopsis, descrip);
}
-AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Transfer");
+AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Transfers a caller to another extension");