Revision: 5923 http://geany.svn.sourceforge.net/geany/?rev=5923&view=rev Author: colombanw Date: 2011-09-16 14:47:27 +0000 (Fri, 16 Sep 2011) Log Message: ----------- Minor wording fix
Modified Paths: -------------- trunk/src/utils.c
Modified: trunk/src/utils.c =================================================================== --- trunk/src/utils.c 2011-09-15 17:09:38 UTC (rev 5922) +++ trunk/src/utils.c 2011-09-16 14:47:27 UTC (rev 5923) @@ -88,7 +88,7 @@ { gchar *new_cmd = dialogs_show_input(_("Select Browser"), GTK_WINDOW(main_widgets.window), _("Failed to spawn the configured browser command. " - "Please correct it or select another one."), + "Please correct it or enter another one."), tool_prefs.browser_cmd);
if (new_cmd == NULL) /* user canceled */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.