diff --git a/Themes/default/PersonalMessage.template.php b/Themes/default/PersonalMessage.template.php
index f6995128ec..2c4b02a5ad 100644
--- a/Themes/default/PersonalMessage.template.php
+++ b/Themes/default/PersonalMessage.template.php
@@ -536,6 +536,9 @@ function template_single_pm($message)
';
// Are there any labels which can be added to this?
+ // The two lists below hold the same label IDs, so say which list
+ // this one came from. That is what applyActions() reads, and what
+ // loadLabelChoices() puts on the drop down for the whole folder.
if (!$message['fully_labeled']) {
echo '
';
@@ -543,7 +546,7 @@ function template_single_pm($message)
foreach (Utils::$context['labels'] as $label) {
if (!isset($message['labels'][$label['id']])) {
echo '
- ';
+ ';
}
}
}
@@ -555,7 +558,7 @@ function template_single_pm($message)
foreach ($message['labels'] as $label) {
echo '
- ';
+ ';
}
}
echo '