You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var open_in_terminal_pane_label =newGranite.AccelLabel.from_action_name (
_("Open in Terminal Pane"),
MainWindow.ACTION_PREFIX+MainWindow.ACTION_OPEN_IN_TERMINAL+"::"
);
Should a blank line get added after the semi-colon (;) in the examples above?