Skip to content

Commit 03d775a

Browse files
authored
Correct tooltip message (#1547)
1 parent 885dd1c commit 03d775a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SymbolPane/Vala/ValaSymbolOutline.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public class Scratch.Services.ValaSymbolOutline : Scratch.Services.SymbolOutline
121121
var warning_item = new Code.Widgets.SourceList.Item () {
122122
icon = new ThemedIcon ("dialog-warning"),
123123
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 ()),
124+
tooltip = _("%s contains too many Vala symbols.\nParsing and showing them took too long.").printf (doc.file.get_basename ()),
125125
selectable = false
126126
};
127127

0 commit comments

Comments
 (0)