meld r1331 - trunk
- From: vincele svn gnome org
- To: svn-commits-list gnome org
- Subject: meld r1331 - trunk
- Date: Sat, 11 Apr 2009 15:32:28 +0000 (UTC)
Author: vincele
Date: Sat Apr 11 15:32:28 2009
New Revision: 1331
URL: http://svn.gnome.org/viewvc/meld?rev=1331&view=rev
Log:
Because the string elements are inside (), they don't need a "\" at EOL...
Modified:
trunk/filediff.py
Modified: trunk/filediff.py
==============================================================================
--- trunk/filediff.py (original)
+++ trunk/filediff.py Sat Apr 11 15:32:28 2009
@@ -225,7 +225,7 @@
txt = c.sub(killit,txt)
except AssertionError:
if not self.warned_bad_comparison:
- misc.run_dialog(_("Regular expression '%s' changed the number of lines in the file. " \
+ misc.run_dialog(_("Regular expression '%s' changed the number of lines in the file. "
"Comparison will be incorrect. See the user manual for more details.") % r)
self.warned_bad_comparison = True
return txt
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]