-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2010-10-04 16:32, Sergio Cipolla wrote:
> Hi PCMan, maybe you could include to be translated the message "XX
> files are listed." that appears on the status bar.

I think this could be achieved by the following change.

diff --git a/src/gtk/fm-folder-view.c b/src/gtk/fm-folder-view.c
index fab88c0..0e62d6c 100644
- --- a/src/gtk/fm-folder-view.c
+++ b/src/gtk/fm-folder-view.c
@@ -193,7 +193,7 @@ void on_model_loaded(FmFolderModel* model,
FmFolderView* fv)
        g_signal_emit(fv, signals[LOADED], 0, folder->dir_path);

     /* FIXME: show number of hidden files and available disk spaces. */
- -       msg = g_strdup_printf("%d files are listed.",
fm_list_get_length(folder->files) );
+       msg = g_strdup_printf(_("%d files are listed."),
fm_list_get_length(folder->files) );
        g_signal_emit(fv, signals[STATUS], 0, msg);
        g_free(msg);
 }

I have commited the patch in a seperate branch and can merge it to
master if needed be. I have no skills in using the code and need someone
(that I trust...) to tell me that it's all right to do the change.

- -- 
brother
http://sis.bthstudent.se
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkyp8RsACgkQRnDBymnxg5qyFQCeIBgm4bbE/Zm7g0gOZu8H1NaR
NW8AoKtEpnyXXAQ6X/b0j4YMwGkmQITX
=BUBv
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Virtualization is moving to the mainstream and overtaking non-virtualized
environment for deploying applications. Does it make network security 
easier or more difficult to achieve? Read this whitepaper to separate the 
two and get a better understanding.
http://p.sf.net/sfu/hp-phase2-d2d
_______________________________________________
Lxde-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lxde-list

Reply via email to