[tomboy] Addressed bgo#687418 by making the example match default bound keys. Daniel Mustieles has approved o



commit 05956be3ca57a3866137165770892c360985ebd7
Author: Jared Jennings <jared jaredjennings org>
Date:   Fri Nov 9 11:25:51 2012 -0600

    Addressed bgo#687418 by making the example match default bound keys.
    Daniel Mustieles has approved of the change.

 Tomboy/PreferencesDialog.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Tomboy/PreferencesDialog.cs b/Tomboy/PreferencesDialog.cs
index e4b02c1..6a5c812 100644
--- a/Tomboy/PreferencesDialog.cs
+++ b/Tomboy/PreferencesDialog.cs
@@ -342,8 +342,8 @@ namespace Tomboy
 			                Catalog.GetString ("Hotkeys allow you to quickly access " +
 			                                   "your notes from anywhere with a keypress. " +
 			                                   "Example Hotkeys: " +
-			                                   "<b>&lt;Control&gt;&lt;Shift&gt;F11</b>, " +
-			                                   "<b>&lt;Alt&gt;N</b>"));
+			                                   "<b>&lt;ALT&gt;F11</b>, " +
+			                                   "<b>&lt;ALT&gt;N</b>"));
 			hotkeys_list.PackStart (label, false, false, 0);
 
 			align = new Gtk.Alignment (0.5f, 0.5f, 0.0f, 1.0f);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]