From 11b5db3d6114a0415ee42e3d5ffe7117d8ae7fd4 Mon Sep 17 00:00:00 2001
From: Joshua Colp <jcolp@digium.com>
Date: Wed, 30 Aug 2006 16:04:24 +0000
Subject: [PATCH] Clarify what show translations is displaying a bit more
 (issue #7772 reported by Mithraen)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41373 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 main/translate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/translate.c b/main/translate.c
index c1e4b11b33..45b0292bd9 100644
--- a/main/translate.c
+++ b/main/translate.c
@@ -502,7 +502,7 @@ static int show_translation(int fd, int argc, char *argv[])
 		rebuild_matrix(z);
 	}
 
-	ast_cli(fd, "         Translation times between formats (in milliseconds)\n");
+	ast_cli(fd, "         Translation times between formats (in milliseconds) for one second of data\n");
 	ast_cli(fd, "          Source Format (Rows) Destination Format (Columns)\n\n");
 	/* Get the length of the longest (usable?) codec name, so we know how wide the left side should be */
 	for (x = 0; x < SHOW_TRANS; x++) {
-- 
GitLab