SF.net SVN: geany:[2877] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Mon Aug 11 18:18:39 UTC 2008


Revision: 2877
          http://geany.svn.sourceforge.net/geany/?rev=2877&view=rev
Author:   eht16
Date:     2008-08-11 18:18:33 +0000 (Mon, 11 Aug 2008)

Log Message:
-----------
Fix bad wording (closes #2038807).

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/prefs.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-08-11 18:16:35 UTC (rev 2876)
+++ trunk/ChangeLog	2008-08-11 18:18:33 UTC (rev 2877)
@@ -9,6 +9,8 @@
    Add a debug messages window, accessable through the help menu to
    easily view debug messages/warnings.
    This might replace the extra console window on Windows.
+ * src/prefs.c:
+   Fix bad wording (closes #2038807).
 
 
 2008-08-11  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/src/prefs.c
===================================================================
--- trunk/src/prefs.c	2008-08-11 18:16:35 UTC (rev 2876)
+++ trunk/src/prefs.c	2008-08-11 18:18:33 UTC (rev 2877)
@@ -1270,7 +1270,7 @@
 					GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, NULL);
 
 			str = g_strdup_printf(
-					_("Type the combination of the keys you want to use for \"%s\"."), name);
+					_("Press the combination of the keys you want to use for \"%s\"."), name);
 			label = gtk_label_new(str);
 			gtk_misc_set_padding(GTK_MISC(label), 5, 10);
 			gtk_container_add(GTK_CONTAINER(GTK_DIALOG(dialog)->vbox), label);


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