kasramp/UbuntuIndicatorWeather

Pluralise "Preference" Menu Option

Closed this issue · 2 comments

Line 75 of Indicator-Weather.py:

self.preference_item = Gtk.MenuItem("Preference")

should read

self.preference_item = Gtk.MenuItem("Preferences")

as there is more than one 'preference'.

but you can fix this an made pull request, don't you ? 👍

Fixed it.