From bdc2decd063724ef1ed7dccc7ceadc24391d7e03 Mon Sep 17 00:00:00 2001 From: Roy van Kaathoven Date: Tue, 18 Mar 2014 17:36:00 +0100 Subject: [PATCH] Registe -> Register --- Wox/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wox/MainWindow.xaml.cs b/Wox/MainWindow.xaml.cs index d1cb6aa535..e42591a8ee 100644 --- a/Wox/MainWindow.xaml.cs +++ b/Wox/MainWindow.xaml.cs @@ -104,7 +104,7 @@ namespace Wox } catch (Exception) { - MessageBox.Show("Registe hotkey: " + hotkeyStr + " failed."); + MessageBox.Show("Register hotkey: " + hotkeyStr + " failed."); } }