Skip to content

Commit 5ceae18

Browse files
author
Stephen Kennedy
committed
Merge all version control filters. Add arch.
1 parent b13226d commit 5ceae18

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

meldapp.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -440,11 +440,7 @@ class MeldPreferences(prefs.Preferences):
440440
#TRANSLATORS: translate this string ONLY to the first "\t", leave it and the following parts intact
441441
_("Backups\t1\t#*# .#* ~* *~ *.{orig,bak,swp}\n") + \
442442
#TRANSLATORS: translate this string ONLY to the first "\t", leave it and the following parts intact
443-
_("CVS\t1\tCVS\n") + \
444-
#TRANSLATORS: translate this string ONLY to the first "\t", leave it and the following parts intact
445-
_("SVN\t1\t.svn\n") + \
446-
#TRANSLATORS: translate this string ONLY to the first "\t", leave it and the following parts intact
447-
_("Monotone\t1\tMT\n") + \
443+
_("Version Control\t1\tCVS .svn MT [{]arch[}] .arch-ids .arch-inventory\n") + \
448444
#TRANSLATORS: translate this string ONLY to the first "\t", leave it and the following parts intact
449445
_("Binaries\t1\t*.{pyc,a,obj,o,so,la,lib,dll}\n") + \
450446
#TRANSLATORS: translate this string ONLY to the first "\t", leave it and the following parts intact

0 commit comments

Comments
 (0)