SF.net SVN: geany: [1851] trunk/src/keybindings.c

ntrel at users.sourceforge.net ntrel at xxxxx
Tue Sep 4 15:39:18 UTC 2007


Revision: 1851
          http://geany.svn.sourceforge.net/geany/?rev=1851&view=rev
Author:   ntrel
Date:     2007-09-04 08:39:17 -0700 (Tue, 04 Sep 2007)

Log Message:
-----------
Minor edit of keyboard shortcuts dialog text.

Modified Paths:
--------------
    trunk/src/keybindings.c

Modified: trunk/src/keybindings.c
===================================================================
--- trunk/src/keybindings.c	2007-09-03 18:19:27 UTC (rev 1850)
+++ trunk/src/keybindings.c	2007-09-04 15:39:17 UTC (rev 1851)
@@ -543,7 +543,7 @@
 	gtk_window_set_default_size(GTK_WINDOW(dialog), height * 0.8, height);
 	gtk_dialog_set_default_response(GTK_DIALOG(dialog), GTK_RESPONSE_CANCEL);
 
-	label3 = gtk_label_new(_("The following keyboard shortcuts are defined:"));
+	label3 = gtk_label_new(_("The following keyboard shortcuts are configurable:"));
 	gtk_misc_set_alignment(GTK_MISC(label3), 0, 0.5);
 
 	hbox = gtk_hbox_new(FALSE, 6);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list