Comment change

This commit is contained in:
Tristan B. Kildaire 2021-01-28 11:30:56 +02:00
parent 58951da6b0
commit 638b1bfa9b
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public final class ProfileWindow
string[] props = connection.getClient().getProperties(username);
profileBox.add(new Label(to!(string)(props)));
/* Display all prop values */
/* Display all props (values) */
string[] propValues;
foreach(string property; props)
{