After several attempts, mainly because I stupidly forgot to swap ; for , I'm ready to merge a couple of changes. First attempt at using git so that don't help.
Uptime seemed to stand out a bit. In any language where 'uptime' was used, it was the only title not to have a leading capitial letter. All other languages led with a capital so I made the behaviour the same for all.
Secondly, as I previously mentioned, the battery status message was hard coded. The second set of commits correct this. Any language I've found a translation for I've added to translations.c, any I've not been able to are left as "Unknown Status". Thanks to bash 4.2's .po files ;-)
After several attempts, mainly because I stupidly forgot to swap ; for , I'm ready to merge a couple of changes. First attempt at using git so that don't help.
Uptime seemed to stand out a bit. In any language where 'uptime' was used, it was the only title not to have a leading capitial letter. All other languages led with a capital so I made the behaviour the same for all.
Secondly, as I previously mentioned, the battery status message was hard coded. The second set of commits correct this. Any language I've found a translation for I've added to translations.c, any I've not been able to are left as "Unknown Status". Thanks to bash 4.2's .po files ;-)