gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1128 - GNUnet/src/conf


From: durner
Subject: [GNUnet-SVN] r1128 - GNUnet/src/conf
Date: Tue, 28 Jun 2005 15:31:33 -0700 (PDT)

Author: durner
Date: 2005-06-28 15:31:29 -0700 (Tue, 28 Jun 2005)
New Revision: 1128

Modified:
   GNUnet/src/conf/wizard_curs.c
Log:
typos

Modified: GNUnet/src/conf/wizard_curs.c
===================================================================
--- GNUnet/src/conf/wizard_curs.c       2005-06-28 22:28:15 UTC (rev 1127)
+++ GNUnet/src/conf/wizard_curs.c       2005-06-28 22:31:29 UTC (rev 1128)
@@ -194,7 +194,7 @@
        
        while(true) {
                ret = dialog_inputbox(_("GNUnet configuration"), _("What is 
this computer's "
-                       "public IP adress or hostname?\n\nIf in doubt, leave 
this empty."),
+                       "public IP address or hostname?\n\nIf in doubt, leave 
this empty."),
                        rows, cols - 5, defval ? defval : "");
                
                if (ret == 1) {
@@ -251,7 +251,7 @@
                
                if (ret == 1) {
                        /* Help */
-                       dialog_msgbox(_("Help"), _("You can limit GNUnet's 
ressource usage "
+                       dialog_msgbox(_("Help"), _("You can limit GNUnet's 
resource usage "
                                "here.\n\nThe \"upstream\" is the data channel 
through which data "
                                "is *sent* to the internet. The limit is either 
the total maximum "
                                "for this computer or how much GNUnet itself is 
allowed to use. You "
@@ -283,7 +283,7 @@
                
                if (ret == 1) {
                        /* Help */
-                       dialog_msgbox(_("Help"), _("You can limit GNUnet's 
ressource usage "
+                       dialog_msgbox(_("Help"), _("You can limit GNUnet's 
resource usage "
                                "here.\n\nThe \"downstream\" is the data 
channel through which data "
                                "is *received* from the internet. The limit is 
either the total maximum "
                                "for this computer or how much GNUnet itself is 
allowed to use. You "
@@ -340,7 +340,7 @@
                
                if (ret == 1) {
                        /* Help */
-                       dialog_msgbox(_("Help"), _("You can limit GNUnet's 
ressource usage "
+                       dialog_msgbox(_("Help"), _("You can limit GNUnet's 
resource usage "
                                "here.\n\nThis is the percentage of processor 
time GNUnet is allowed "
                                "to use."), rows, cols - 5, 1);
                }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]