aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-06 00:41:43 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-06 00:41:43 +0000
commitf5a027341c50d789d1bebc7866d80edc88ca2be8 (patch)
tree9f79ed2a47dd2a78f98deaff14bd7245c7051042 /pbx.c
parent8e0d45da0c0e332d3cc2dbee05bc6e2ff8b9d1ee (diff)
Update setlanguage documentation
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1611 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx.c')
-rwxr-xr-xpbx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbx.c b/pbx.c
index 528aa0fbf..a792ffba4 100755
--- a/pbx.c
+++ b/pbx.c
@@ -306,8 +306,8 @@ static struct pbx_builtin {
" SetLanguage(language): Set the channel language to 'language'. This\n"
"information is used for the generation of numbers, and to select a natural\n"
"language file when available. For example, if language is set to 'fr' and\n"
-"the file 'demo-congrats' is requested to be played, if the file 'demo-\n"
-"congrats-fr' exists, then it will play that file, and if not will play the\n"
+"the file 'demo-congrats' is requested to be played, if the file 'fr/demo-\n"
+"congrats' exists, then it will play that file, and if not will play the\n"
"normal 'demo-congrats'. Always returns 0.\n" },
{ "SetVar", pbx_builtin_setvar,