Skip to content

Commit

Permalink
widgets.main: rename "Browser" menu action to "File Browser"
Browse files Browse the repository at this point in the history
Closes #269

Suggested-by: V字龍(Vdragon) <pika1021@gmail.com>
Signed-off-by: David Aguilar <davvid@gmail.com>
  • Loading branch information
davvid committed Jun 6, 2014
1 parent de5487e commit 1cfe39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cola/widgets/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def __init__(self, model, parent=None, settings=None):
N_('Review...'), guicmds.review_branch)

self.browse_action = add_action(self,
N_('Browser...'), worktree_browser)
N_('File Browser...'), worktree_browser)
self.browse_action.setIcon(qtutils.git_icon())

self.dag_action = add_action(self, N_('DAG...'), self.git_dag)
Expand Down

0 comments on commit 1cfe39b

Please sign in to comment.