We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885dd1c commit 03d775aCopy full SHA for 03d775a
1 file changed
src/SymbolPane/Vala/ValaSymbolOutline.vala
@@ -121,7 +121,7 @@ public class Scratch.Services.ValaSymbolOutline : Scratch.Services.SymbolOutline
121
var warning_item = new Code.Widgets.SourceList.Item () {
122
icon = new ThemedIcon ("dialog-warning"),
123
markup = "<big>%s</big>".printf (_("Too Many Symbols")),
124
- 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 ()),
125
selectable = false
126
};
127
0 commit comments