Bug 10428

Summary: REQUEST: Clarifying notes for priority in Wireless client
Product: IPFire Reporter: Tom Rymes <tomvend>
Component: ---Assignee: Michael Tremer <michael.tremer>
Status: CLOSED FIXED QA Contact:
Severity: Balancing    
Priority: - Unknown - CC: arne.fitzenreiter, michael.tremer, stefan.schantl
Version: 2   
Hardware: all   
OS: All   

Description Tom Rymes 2013-10-01 18:13:03 UTC
When configuring or editing a network in the "Wireless Client" section of the GUI, it is unclear whether choosing a higher priority setting (larger number) makes it more or less likely that a network will be chosen. 

Perhaps a clarifying note alongside that section of the form stating something along the lines of "Networks with a higher priority setting will be attempted before/after those with a lower setting." would be helpful.
Comment 1 Michael Tremer 2013-10-03 14:22:21 UTC
Please check if this is a better solution: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff;h=f34844355bf8ce1c5239301fedc98f38ba765d5e
Comment 2 Tom Rymes 2013-10-03 15:33:39 UTC
Michael: That looks like a perfect solution, though I lack the know-how to make it work for testing. I edited '/srv/web/ipfire/cgi-bin/wirelessclient.cgi', which causes the parentheses to be displayed, but I am apparently not properly editing the language files for the translations. 

More specifically, the only 'en.pl' and 'de.pl' files I can find on my system (using updatedb and locate) are located in '/var/ipfire/langs/', and making the changes in those files does not seem to have any effect.

What am I doing wrong?
Comment 3 Michael Tremer 2013-10-03 16:59:35 UTC
You did it right. Just run "update-lang-cache" to update the language cache and the strings should show up.

Thanks for testing!
Comment 4 Tom Rymes 2013-10-03 17:05:59 UTC
Thanks, Michael. Just tried it again and that looks like an excellent solution. Thank you for the quick turnaround!