浏览代码

Translate.

mscherer 7 年之前
父节点
当前提交
acd91f301b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) {
 		} elseif ($value == static::GENDER_MALE) {
 			$icon = $this->icon('male');
 			$icon = $this->icon('male');
 		} else {
 		} else {
-			$icon = $this->icon('genderless', [], ['title' => 'Unknown']);
+			$icon = $this->icon('genderless', [], ['title' => __d('tools', 'Unknown')]);
 		}
 		}
 		return $icon;
 		return $icon;
 	}
 	}