浏览代码

Fix gender icon title.

mscherer 5 年之前
父节点
当前提交
853f544349
共有 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', $options, $attributes);
 			$icon = $this->icon('male', $options, $attributes);
 		} else {
 		} else {
-			$icon = $this->icon('genderless', $options, $attributes + ['title' => __d('tools', 'Unknown')]);
+			$icon = $this->icon('genderless', $options, $attributes + ['title' => __d('tools', 'genderInter')]);
 		}
 		}
 		return $icon;
 		return $icon;
 	}
 	}