aboutsummaryrefslogtreecommitdiffstats
path: root/includes/todo.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-11-30 20:52:37 +0000
committerChad Little <clittle@users.sourceforge.net>2002-11-30 20:52:37 +0000
commit8c367889d986770538d35c06d79c2bc0989823ab (patch)
treed4d2976441b36b61223ef3986224c3ea89dd68a4 /includes/todo.php
parenta5a46dade4e2db652798c1d6fa8a0cc21a5d84f0 (diff)
downloadphpicalendar-8c367889d986770538d35c06d79c2bc0989823ab.tar.gz
phpicalendar-8c367889d986770538d35c06d79c2bc0989823ab.tar.bz2
phpicalendar-8c367889d986770538d35c06d79c2bc0989823ab.zip
Took spaces out of translations.
Diffstat (limited to 'includes/todo.php')
-rw-r--r--includes/todo.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/todo.php b/includes/todo.php
index ae0cc9d..82d8779 100644
--- a/includes/todo.php
+++ b/includes/todo.php
@@ -105,24 +105,24 @@ if (isset($vtodo_array['priority']) && ($vtodo_array['priority'] !== '')) {
<?php if ($status) { ?>
<tr>
<td></td>
- <td align="left" colspan="2" class="V12"><?php echo $status_lang . $status; ?></td>
+ <td align="left" colspan="2" class="V12"><?php echo "$status_lang $status"; ?></td>
</tr>
<?php } ?>
<tr>
<td></td>
- <td align="left" colspan="2" class="V12"><?php echo $priority_lang . $priority; ?></td>
+ <td align="left" colspan="2" class="V12"><?php echo "$priority_lang $priority"; ?></td>
</tr>
<tr>
<td></td>
- <td align="left" colspan="2" class="V12"><?php echo $created_lang . $start_date; ?></td>
+ <td align="left" colspan="2" class="V12"><?php echo "$created_lang $start_date"; ?></td>
</tr>
<?php if ($due_date) { ?>
<tr>
<td></td>
- <td align="left" colspan="2" class="V12"><?php echo $due_lang . $due_date; ?></td>
+ <td align="left" colspan="2" class="V12"><?php echo "$due_lang $due_date"; ?></td>
</tr>
<?php } ?>

© 2014-2024 Faster IT GmbH | imprint | privacy policy