[meld] Change case insensitive comparison description to make some sense
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] Change case insensitive comparison description to make some sense
- Date: Sun, 17 Jun 2012 00:26:43 +0000 (UTC)
commit 6709339af6478e3576f3a76e35f30e4ca5d046ca
Author: Kai Willadsen <kai willadsen gmail com>
Date: Sat Jun 2 15:08:49 2012 +1000
Change case insensitive comparison description to make some sense
When writing documentation for this, I couldn't bring myself to write
the sentence "You can do this by clicking View->Case", so changed the
label.
meld/dirdiff.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meld/dirdiff.py b/meld/dirdiff.py
index 4d2f0b4..8fb47cf 100644
--- a/meld/dirdiff.py
+++ b/meld/dirdiff.py
@@ -235,7 +235,7 @@ class DirDiff(melddoc.MeldDoc, gnomeglade.Component):
)
toggleactions = (
- ("IgnoreCase", gtk.STOCK_ITALIC, _("Case"), None, _("Ignore case of entries"), self.on_button_ignore_case_toggled, False),
+ ("IgnoreCase", gtk.STOCK_ITALIC, _("Ignore filename case"), None, _("Consider differently-cased filenames that are otherwise-identical to be the same"), self.on_button_ignore_case_toggled, False),
("ShowSame", gtk.STOCK_APPLY, _("Same"), None, _("Show identical"), self.on_filter_state_toggled, False),
("ShowNew", gtk.STOCK_ADD, _("New"), None, _("Show new"), self.on_filter_state_toggled, False),
("ShowModified", gtk.STOCK_REMOVE, _("Modified"), None, _("Show modified"), self.on_filter_state_toggled, False),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]