Skip to content

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
goreliu committed Apr 21, 2016
1 parent 8f0f56e commit 690fc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RunZ.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ SearchCommand(command = "", firstRun = false)
; 第一次运行只加载 function 类型
if (firstRun && (order - g_FirstChar >= g_DisplayRows - 4))
{
result .= "`n`n现有 " g_Commands.Length() " 条命令"
result .= "`n`n现有 " g_Commands.Length() " 条搜索项"
result .= "`n`n键入内容 搜索,回车 执行当前命令,Alt + 字母 执行,F1 帮助,Esc 关闭。"

break
Expand Down

0 comments on commit 690fc15

Please sign in to comment.