beagle r4827 - trunk/beagle/search/Beagle.Search.Pages



Author: dbera
Date: Fri Jul 11 17:16:32 2008
New Revision: 4827
URL: http://svn.gnome.org/viewvc/beagle?rev=4827&view=rev

Log:
Add a quick tip for extension queries and change a NoMatch tip. Translators will probably hate me now :-)


Modified:
   trunk/beagle/search/Beagle.Search.Pages/NoMatch.cs
   trunk/beagle/search/Beagle.Search.Pages/QuickTips.cs

Modified: trunk/beagle/search/Beagle.Search.Pages/NoMatch.cs
==============================================================================
--- trunk/beagle/search/Beagle.Search.Pages/NoMatch.cs	(original)
+++ trunk/beagle/search/Beagle.Search.Pages/NoMatch.cs	Fri Jul 11 17:16:32 2008
@@ -21,7 +21,7 @@
 			Append (String.Format (Catalog.GetString ("Your search for \"{0}\" did not match any files on your computer."), "<b>" + GLib.Markup.EscapeText (query) + "</b>"));
 
 			if (suggest_scope)
-				Append (Catalog.GetString ("You can change the scope of your search using the \"Find in\" list. A broader search scope might produce more results."));
+				Append (Catalog.GetString ("You can select \"Find in: All\" to search everywhere."));
 			
 			Append (Catalog.GetString ("You should check the spelling of your search words to see if you accidentally misspelled any words."));
 #if ENABLE_GOOGLEBACKENDS

Modified: trunk/beagle/search/Beagle.Search.Pages/QuickTips.cs
==============================================================================
--- trunk/beagle/search/Beagle.Search.Pages/QuickTips.cs	(original)
+++ trunk/beagle/search/Beagle.Search.Pages/QuickTips.cs	Fri Jul 11 17:16:32 2008
@@ -10,7 +10,8 @@
 			Catalog.GetString ("You can use upper and lower case; search is case-insensitive."),
 			Catalog.GetString ("To search for optional terms, use OR.  ex: <b>George OR Ringo</b>"),
 			Catalog.GetString ("To exclude search terms, use the minus symbol in front, such as <b>-cats</b>"),
-			Catalog.GetString ("When searching for a phrase, add quotes. ex: <b>\"There be dragons\"</b>")
+			Catalog.GetString ("When searching for a phrase, add quotes. ex: <b>\"There be dragons\"</b>"),
+			Catalog.GetString ("Specify the extension to search among files with that extension. ex: <b>bean soup .html</b>")
 		};
 
 		public QuickTips ()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]