aboutsummaryrefslogtreecommitdiffstats
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
parenta5a46dade4e2db652798c1d6fa8a0cc21a5d84f0 (diff)
downloadphpicalendar-8c367889d986770538d35c06d79c2bc0989823ab.tar.gz
phpicalendar-8c367889d986770538d35c06d79c2bc0989823ab.tar.bz2
phpicalendar-8c367889d986770538d35c06d79c2bc0989823ab.zip
Took spaces out of translations.
-rw-r--r--includes/todo.php8
-rw-r--r--languages/english.inc.php8
2 files changed, 8 insertions, 8 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 } ?>
diff --git a/languages/english.inc.php b/languages/english.inc.php
index 4dd044d..fd45306 100644
--- a/languages/english.inc.php
+++ b/languages/english.inc.php
@@ -79,14 +79,14 @@ $set_prefs_lang = 'Set preferences';
//To-dos
$completed_date_lang = 'Completed on ';
$completed_lang = 'Completed';
-$created_lang = 'Created: ';
-$due_lang = 'Due: ';
-$priority_lang = 'Priority: ';
+$created_lang = 'Created:';
+$due_lang = 'Due:';
+$priority_lang = 'Priority:';
$priority_high_lang = 'High';
$priority_low_lang = 'Low';
$priority_medium_lang = 'Medium';
$priority_none_lang = 'None';
-$status_lang = 'Status: ';
+$status_lang = 'Status:';
$todo_lang = 'To do items';
$unfinished_lang = 'Unfinished';

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