Index: src/org/openstreetmap/josm/actions/search/SearchAction.java
===================================================================
--- src/org/openstreetmap/josm/actions/search/SearchAction.java	(revision 1514)
+++ src/org/openstreetmap/josm/actions/search/SearchAction.java	(working copy)
@@ -198,7 +198,7 @@
 
         @Override
         public String toString() {
-            String cs = caseSensitive ? tr("CI") : tr("CS");
+            String cs = caseSensitive ? tr("CS") : tr("CI");
             String rx = regexSearch ? (", " + tr("RX")) : "";
             return "\"" + text + "\" (" + cs + rx + ", " + mode + ")";
         }
