diff --git a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ConvertTextToUpperCaseCommand.cs b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ConvertTextToUpperCaseCommand.cs
index c87b07d..8a13643 100644
--- a/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ConvertTextToUpperCaseCommand.cs
+++ b/minisqlquery-master/src/MiniSqlQuery.Core/Commands/ConvertTextToUpperCaseCommand.cs
@@ -19,7 +19,7 @@ namespace MiniSqlQuery.Core.Commands
/// Initializes a new instance of the <see cref = "ConvertTextToUpperCaseCommand" /> class.
/// </summary>
public ConvertTextToUpperCaseCommand()
- : base("Convert to 'UPPER CASE' text")
+ : base("ת��Ϊ����д���ı�")
{
ShortcutKeys = Keys.Control | Keys.Shift | Keys.U;
}