Fixed incorrect texts
This commit is contained in:
@@ -147,9 +147,9 @@ func (this *QueryResult) Message() (string, error) {
|
||||
gRow[0].Name = fmt.Sprintf("%s (%s)", bName, i18n.FormatDistance(langPack, minDist))
|
||||
} else {
|
||||
gRow[0].Name = fmt.Sprintf(
|
||||
"%s (%s~%s)",
|
||||
bName, i18n.FormatDistance(langPack, minDist),
|
||||
bName, i18n.FormatDistance(langPack, maxDist),
|
||||
"%s (%s~%s)", bName,
|
||||
i18n.FormatDistance(langPack, minDist),
|
||||
i18n.FormatDistance(langPack, maxDist),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user