Browse Source

Translate.

mscherer 7 years ago
parent
commit
acd91f301b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/Helper/FormatHelper.php

+ 1 - 1
src/View/Helper/FormatHelper.php

@@ -185,7 +185,7 @@ class FormatHelper extends Helper {
 		} elseif ($value == static::GENDER_MALE) {
 			$icon = $this->icon('male');
 		} else {
-			$icon = $this->icon('genderless', [], ['title' => 'Unknown']);
+			$icon = $this->icon('genderless', [], ['title' => __d('tools', 'Unknown')]);
 		}
 		return $icon;
 	}