bug-sourceinstall
[Top][All Lists]
Advanced

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

[bug-sourceinstall] [patch #6325] patch for sourceinstall-gtk/toolbar.c


From: Jorma Karvonen
Subject: [bug-sourceinstall] [patch #6325] patch for sourceinstall-gtk/toolbar.c
Date: Thu, 06 Dec 2007 20:50:38 +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/?6325>

                 Summary: patch for sourceinstall-gtk/toolbar.c
                 Project: GNU Source Installer
            Submitted by: jormak
            Submitted on: Thursday 12/06/2007 at 22:50
                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
44c46
<                             tips, "add new package", "add");
---
>                             tips, gettext ( "add new package" ), gettext ( 
> "add" ));
51c53
<                             tips, "remove package", "remove");
---
>                             tips, gettext ( "remove package" ), gettext ( 
> "remove" ));
58c60
<                             tips, "install package", "install");
---
>                             tips, gettext ( "install package" ), gettext ( 
> "install" ));
66c68
<                             "uninstall package", "uninstall");
---
>                             gettext ( "uninstall package"), gettext ( 
> "uninstall" ));
73c75
<                             tips, "upgrade package", "upgrade");
---
>                             tips, gettext ( "upgrade package" ), gettext ( 
> "upgrade" ));
86c88
<                             tips, "stop", "stop");
---
>                             tips, gettext ( "stop" ), gettext ( "stop" ));




    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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