diff --git a/minisqlquery-master/src/MiniSqlQuery/PlugIns/SearchTools/Commands/ShowGoToLineFormCommand.cs b/minisqlquery-master/src/MiniSqlQuery/PlugIns/SearchTools/Commands/ShowGoToLineFormCommand.cs
index 88158bd..20e524f 100644
--- a/minisqlquery-master/src/MiniSqlQuery/PlugIns/SearchTools/Commands/ShowGoToLineFormCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery/PlugIns/SearchTools/Commands/ShowGoToLineFormCommand.cs
@@ -16,7 +16,7 @@ namespace MiniSqlQuery.PlugIns.SearchTools.Commands
{
/// <summary>Initializes a new instance of the <see cref="ShowGoToLineFormCommand"/> class.</summary>
public ShowGoToLineFormCommand()
- : base("Go To Line...")
+ : base("转到行...")
{
ShortcutKeys = Keys.Control | Keys.G;
}