Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwife.git;a=commitdiff;h=266d740bf6447d15f939875c1b9e6a40adf4e625

commit 266d740bf6447d15f939875c1b9e6a40adf4e625
Author: Elentir <elen...@mailoo.org>
Date:   Wed Jan 20 20:24:32 2010 +0100

configsource: typo fix

diff --git a/src/plugins/configsource.c b/src/plugins/configsource.c
index 7aa5d58..3e0843f 100644
--- a/src/plugins/configsource.c
+++ b/src/plugins/configsource.c
@@ -1119,7 +1119,7 @@ int run_net_config(GList **config)
// installation from fw? in this case we've got a netconfig profile
lastprof = fwnet_lastprofile();
if(lastprof != NULL) {
-                       ptr = g_strdup_printf(_("A netconfig profile (\"%s\") 
seems to have been found from your current installation.\nDo you want to use 
it?"), lastprof);
+                       ptr = g_strdup_printf(_("A netconfig profile (\"%s\") 
has been found on your current installation.\nDo you want to use it?"), 
lastprof);
switch(fwife_question(ptr))
{
case GTK_RESPONSE_YES:
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to