kasramp / UbuntuIndicatorWeather

Simple weather indicator for Ubuntu unity and Gnome 3
https://simpleweatherindicator.madadipouya.com/
GNU General Public License v3.0
89 stars 12 forks source link

Pluralise "Preference" Menu Option #10

Closed offensivelyaverage closed 8 years ago

offensivelyaverage commented 8 years ago

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'.

Sim4n6 commented 8 years ago

but you can fix this an made pull request, don't you ? :+1:

kasramp commented 8 years ago

Fixed it.