Revision: 2830
          http://ipcop.svn.sourceforge.net/ipcop/?rev=2830&view=rev
Author:   owes
Date:     2009-05-10 13:18:32 +0000 (Sun, 10 May 2009)

Log Message:
-----------
Slightly rearrange text in (test) window to load and add a specific kernel 
module

Modified Paths:
--------------
    ipcop/trunk/src/installer/hardware.c

Modified: ipcop/trunk/src/installer/hardware.c
===================================================================
--- ipcop/trunk/src/installer/hardware.c        2009-05-10 13:09:19 UTC (rev 
2829)
+++ ipcop/trunk/src/installer/hardware.c        2009-05-10 13:18:32 UTC (rev 
2830)
@@ -597,7 +597,7 @@
         const char *modulename;
         int numLines;
 
-        text = newtTextboxReflowed(1, 1, "TESTTESTTEST. Add a specific 
module.", 68, 0, 0, 0);
+        text = newtTextboxReflowed(1, 1, "Load and add a specific module.", 
68, 0, 0, 0);
         numLines = newtTextboxGetNumLines(text);
         newtCenteredWindow(72, numLines + 10, 
ipcop_gettext("TR_TITLE_HARDWARE"));
         form = newtForm(NULL, NULL, 0);
@@ -609,8 +609,8 @@
         moduleentry = newtEntry(12, numLines + 3, "", 20, &modulename, 0);
         newtFormAddComponent(form, moduleentry);
 
-        button_add = newtButton(6, numLines + 5, "Add");
-        button_done = newtButton(26, numLines + 5, ipcop_gettext("TR_OK"));
+        button_add = newtButton(6, numLines + 5, ipcop_gettext("TR_OK"));
+        button_done = newtButton(26, numLines + 5, ipcop_gettext("TR_SKIP"));
         newtFormAddComponents(form, button_add, button_done, NULL);
 
         newtRefresh();


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

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to