bug-sourceinstall
[Top][All Lists]
Advanced

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

[bug-sourceinstall] [patch #6328] patch for sourceinstall-gtk/package_li


From: Jorma Karvonen
Subject: [bug-sourceinstall] [patch #6328] patch for sourceinstall-gtk/package_list.c
Date: Thu, 06 Dec 2007 20:53:52 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; fi-FI; rv:1.8.1.8) Gecko/20071015 SUSE/2.0.0.8-1.2 Firefox/2.0.0.8

URL:
  <http://savannah.gnu.org/patch/?6328>

                 Summary: patch for sourceinstall-gtk/package_list.c
                 Project: GNU Source Installer
            Submitted by: jormak
            Submitted on: Thursday 12/06/2007 at 22:53
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

23c23,25
< 
---
> #ifdef HAVE_NLS
> # include <locale.h>
> #endif
70,71c72,73
<     column = gtk_tree_view_column_new_with_attributes("Packages",
renderer,
<                                                     "text", 0, NULL);
---
>     column = gtk_tree_view_column_new_with_attributes( gettext ( "Packages"
), renderer,
>                                                     gettext ( "text" ), 0, 
> NULL);
140c142
<     char *title = "Package selection";
---
>     char *title = gettext ( "Package selection" );
147c149
<       printf("no packages selected\n");
---
>       printf( gettext ( "no packages selected\n" ));
150c152
<           printf("package unselected (deselected), must close\n");
---
>           printf( gettext (  "package unselected (deselected), must close\n"
));
153,155c155,157
<               dialog_warning(title, "Error closing package",
<                              "Unexpected error closing current package. This 
is probably a bug
you should report to "
<                              PACKAGE_BUGREPORT, 0);
---
>               dialog_warning(title, gettext ( "Error closing package" ),
>                              gettext ( "Unexpected error closing current 
> package. This is
probably a bug you should report to " 
>                              PACKAGE_BUGREPORT ), 0);
163c165
<     printf("package selected\n");
---
>     printf( gettext ( "package selected\n" ));
166c168
<       printf("change package, must close previous\n");
---
>       printf( gettext ( "change package, must close previous\n" ));
169,171c171,173
<           dialog_warning(title, "Error closing package",
<                          "Unexpected error changing current package. This is 
probably a bug
you should report to "
<                          PACKAGE_BUGREPORT, 0);
---
>           dialog_warning(title, gettext ( "Error closing package" ),
>                          gettext ( "Unexpected error changing current 
> package. This is
probably a bug you should report to " 
>                          PACKAGE_BUGREPORT ), 0);
179,180c181,182
<       dialog_warning(title, "Could not open package",
<                      "Failed to open package", text);
---
>       dialog_warning(title, gettext ( "Could not open package" ),
>                      gettext ( "Failed to open package" ), text);




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?6328>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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