Re: Various issues for emelfm2 0.1.7

  • From: Ronny Steiner <sir.steiner@xxxxxx>
  • To: emelfm2@xxxxxxxxxxxxx
  • Date: Sat, 29 Apr 2006 13:17:51 +0200

Hello!

Marcus von Appen wrote:
Hi,

although the 0.1.7 release seems to have many nice changes, it contains
some newly introduced bugs and some which seem to exist for quite some
time.

In order not to spam the list with various bug reports I file them all
here (well, the most obvious bugs, I encoutered so far):

...

* Localization issue german:
  Ronny, the disk usage button has the wrong action: It states
  "Datei.du" although this should be "Datei.Speicherplatz". The de.po
  file looks okay, so maybe this is a emelfm2 related issue. Could you
  verify that on your de_* environment?

Yes, it is a little bug in e2_toolbar.c, line 2711:

g_strconcat(_("du"),...   ...,_A(5),".","du",...

should be

g_strconcat(_("du"),...   ...,_A(5),".",_("du"),...

After that it runs correct on my system.
Can you confirm that Tom?


Regards and nice weekend Ronny


-- Users can unsubscribe from the list by sending email to emelfm2-request@xxxxxxxxxxxxx with 'unsubscribe' in the subject field or by logging into the web interface.

Other related posts: