summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilipp Hahn <pmhahn@users.sourceforge.net>2006-09-14 06:46:31 +0000
committerPhilipp Hahn <pmhahn@users.sourceforge.net>2006-09-14 06:46:31 +0000
commitae2c21a794e789630c8d2d0364efdbef067260b5 (patch)
tree1d9576b37cd6e25bfd0508ff6d65498034a2fcf0 /src
parenta285a492871958e2e0a7a0b0d73f4180c56e5609 (diff)
downloadxine-lib-ae2c21a794e789630c8d2d0364efdbef067260b5.tar.gz
xine-lib-ae2c21a794e789630c8d2d0364efdbef067260b5.tar.bz2
Add missing blanks.
CVS patchset: 8253 CVS date: 2006/09/14 06:46:31
Diffstat (limited to 'src')
-rw-r--r--src/xine-engine/xine.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c
index e37ce2ee7..43f6e11a4 100644
--- a/src/xine-engine/xine.c
+++ b/src/xine-engine/xine.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine.c,v 1.332 2006/09/13 23:17:29 dgp85 Exp $
+ * $Id: xine.c,v 1.333 2006/09/14 06:46:31 pmhahn Exp $
*/
/*
@@ -1591,9 +1591,9 @@ void xine_init (xine_t *this) {
this->config->register_num(this->config,
"media.network.timeout", 30,
_("Timeout for network stream reading (in seconds)"),
- _("Specifies the timeout when reading from network streams, in seconds."
- "Too low values might stop streaming when the source is slow or the"
- "bandwidth is occupied, too high values will freeze the player if the"
+ _("Specifies the timeout when reading from network streams, in seconds. "
+ "Too low values might stop streaming when the source is slow or the "
+ "bandwidth is occupied, too high values will freeze the player if the "
"connection is lost."),
0, NULL, this);