Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/SymbolPane/Vala/ValaSymbolOutline.vala
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public class Scratch.Services.ValaSymbolOutline : Scratch.Services.SymbolOutline
var warning_item = new Code.Widgets.SourceList.Item () {
icon = new ThemedIcon ("dialog-warning"),
markup = "<big>%s</big>".printf (_("Too Many Symbols")),
tooltip = _("%s contains too many Vala symbols.\nParsing and showing them took long").printf (doc.file.get_basename ()),
tooltip = _("%s contains too many Vala symbols.\nParsing and showing them took too long.").printf (doc.file.get_basename ()),
selectable = false
};

Expand Down