hal/tools fstab-sync.c,1.33,1.34

David Zeuthen david at freedesktop.org
Fri Jul 29 10:57:07 PDT 2005


Update of /cvs/hal/hal/tools
In directory gabe:/tmp/cvs-serv19137/tools

Modified Files:
	fstab-sync.c 
Log Message:
2005-07-29  David Zeuthen  <davidz at redhat.com>

        Patch from Danny Kukawka <danny.kukawka at web.de>.

        * libhal-storage/libhal-storage.c,
        tools/device-manager/hal-device-manager.glade, tools/fstab-sync.c:
        this is a patch to fix typos of translatable strings. New
        translation files will follow due to end of August.



Index: fstab-sync.c
===================================================================
RCS file: /cvs/hal/hal/tools/fstab-sync.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- fstab-sync.c	8 Apr 2005 18:10:20 -0000	1.33
+++ fstab-sync.c	29 Jul 2005 17:57:05 -0000	1.34
@@ -1674,8 +1674,8 @@
   openlog (PROGRAM_NAME, LOG_PID, LOG_USER);
   
   struct poptOption options[] = {
-      {"add",     'a', POPT_ARG_STRING, &udi_to_add,    0, N_("add an entry to fstab"), N_("UDI")},
-      {"remove",  'r', POPT_ARG_STRING, &udi_to_remove, 0, N_("remove an entry from fstab"), N_("UDI")},
+      {"add",     'a', POPT_ARG_STRING, &udi_to_add,    0, N_("Add an entry to fstab"), N_("UDI")},
+      {"remove",  'r', POPT_ARG_STRING, &udi_to_remove, 0, N_("Remove an entry from fstab"), N_("UDI")},
       {"clean",   'c', POPT_ARG_NONE,   &should_clean,  0, N_("Remove all generated entries from fstab"), NULL},
       {"verbose", 'v', POPT_ARG_NONE,   &verbose,       0, N_("Report detailed information about operation progress"), NULL},
 




More information about the hal-commit mailing list