Skip to content

Commit

Permalink
fix: misc. grammar errors
Browse files Browse the repository at this point in the history
(RhBug: #1221155)
  • Loading branch information
Tim Lauridsen committed May 13, 2015
1 parent 948dd20 commit 0a20698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yumex/gui/views.py
Expand Up @@ -278,7 +278,7 @@ def _setup_model(self):
tooltip=_('click to filter archs'))
self.create_text_column(_("Summary"), 'summary', size=400)
self.create_text_column(_("Repo."), 'repository', size=90)
self.create_text_column(_("Size."), 'sizeM', size=90)
self.create_text_column(_("Size"), 'sizeM', size=90)
self.set_search_column(1)
self.set_enable_search(True)
# store.set_sort_column_id(1, Gtk.Gtk.SortType.ASCENDING)
Expand Down

0 comments on commit 0a20698

Please sign in to comment.