aMule Bug Tracker - aMule
View Issue Details
0001336aMuleExternal Connpublic2008-06-14 10:472009-09-16 18:05
DazzX 
 
normalmajoralways
closedno change required 
2.1.3 
 
Fedora 7
0001336: Amule GUI language
the language use in the Preferences Menu and the Preferences Sub menus (like in some file chooser Window) is not the same.
Issue occurs for English, French, German languages. Maybe for all e languages.
No tags attached.
png AmuleLangageIssue.png (328,066) 2008-06-14 10:47
http://bugs.amule.org/file_download.php?file_id=265&type=bug
Issue History
2008-06-14 10:47DazzXNew Issue
2008-06-14 10:47DazzXFile Added: AmuleLangageIssue.png
2008-06-14 10:47DazzXOperating System => Fedora 7
2009-09-14 19:17MarcellNote Added: 0003293
2009-09-16 18:05sturedmanNote Added: 0003294
2009-09-16 18:05sturedmanStatusnew => closed
2009-09-16 18:05sturedmanResolutionopen => no change required

Notes
(0003293)
Marcell   
2009-09-14 19:17   
Could it be that the system language and aMule language were set to two different things? Looks like the system uses Spanish and aMule English.

This is no bug as far as I am concerned, because aMule uses default dialogs and these always use the currently set system language. Here is the corresponding code for it:

CatDialog.cpp@124: dir = wxDirSelector(_("Choose a folder for incoming files")

See how the title is enclosed by special localization markers _( and ). That's about the only thing aMule can do about the dialog that opens for browsing.
(0003294)
sturedman   
2009-09-16 18:05   
Yep.