Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4635)

Unified Diff: chrome/app/generated_resources.grd

Issue 11975053: History: Add option to group visits by domain (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move input inside label. Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index d85262991c93c24d35f976d7cf6b3f425808858e..3dc13b201a3700e1dfe91aa561b7be7e35f3cd9e 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -426,6 +426,9 @@ Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may
<message name="IDS_HISTORY_NO_RESULTS" desc="Text shown when no history search results have been found">
No search results found.
</message>
+ <message name="IDS_HISTORY_NO_RESULTS_INTERVAL" desc="Text shown when no history entries are found for an internval">
+ No history entries found in this interval.
+ </message>
<message name="IDS_HISTORY_NO_ITEMS" desc="Text shown when the user has no history">
All the pages you visit will appear here unless you open them in an incognito window. You can use the Search button on this page to search all the pages in your history.
</message>
@@ -459,6 +462,12 @@ Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may
<message name="IDS_HISTORY_MORE_FROM_SITE" desc="Command in the history entry drop-down menu. Shows more history entries from the same site.">
More from this site
</message>
+ <message name="IDS_HISTORY_DISPLAY_FILTER_SITES" desc="The text on the radio box that sets the mode to sites.">
Patrick Dubroy 2013/01/18 11:43:26 nit: it's a radio _button_, not a radio _box_. See
Sergiu 2013/01/21 08:56:15 Combo box + radio button = radio box, easy :) Fixe
Patrick Dubroy 2013/01/21 09:42:40 My bad, this is actually not a radio anything. It'
Sergiu 2013/01/21 10:38:29 Done.
+ Group domains
Patrick Dubroy 2013/01/18 11:43:26 I think "Group by domain" is a better description.
Sergiu 2013/01/21 08:56:15 Yeah, I sort of cut it from "Group domains in the
+ </message>
+ <message name="IDS_HISTORY_NUMBER_VISITS" desc="Format string for the number of visits of a site.">
+ (<ph name="NUMBER_VISITS">$1</ph>)
+ </message>
<!-- Generic terms -->
<message name="IDS_OK" desc="Used for OK on buttons">
« no previous file with comments | « no previous file | chrome/browser/resources/history/history.css » ('j') | chrome/browser/resources/history/history.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698