Skip to content

Commit ae2a588

Browse files
author
Stephen Kennedy
committed
Fix Bug 145057: Typos bug in Meld
Thanks to raphaelh@uai.com.br (Raphael Higino)
1 parent bfe1ecf commit ae2a588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dirdiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def add(self, pane, items):
404404
self.items[ ci ][pane] = i
405405
def get(self):
406406
if len(self.bad):
407-
misc.run_dialog(_("You are running a case insensitve comparison on"
407+
misc.run_dialog(_("You are running a case insensitive comparison on"
408408
" a case sensitive filesystem. Some files are not visible:\n%s")
409409
% "\n".join( self.bad ), self.parent )
410410
keys = self.items.keys()

0 commit comments

Comments
 (0)