Fix spelling error in Switch to last viewed tab
This commit is contained in:
parent
b8512f2532
commit
597ca48410
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ namespace HistoryList {
|
|||
active_iter = iter;
|
||||
|
||||
model.append (out iter);
|
||||
model.set (iter, TabClosingBehaviorModel.TEXT, _("Switch to last view tab"),
|
||||
model.set (iter, TabClosingBehaviorModel.TEXT, _("Switch to last viewed tab"),
|
||||
TabClosingBehaviorModel.VALUE, TabClosingBehavior.LAST);
|
||||
if (TabClosingBehavior.LAST == tab_closing_behavior)
|
||||
active_iter = iter;
|
||||
|
|
Loading…
Reference in a new issue