diff options
author | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-11 02:42:42 +0000 |
---|---|---|
committer | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-11 02:42:42 +0000 |
commit | 8f0bcb9f2381746bfc8f234fe1fcf831321adbf5 (patch) | |
tree | 72445ad8515bd7613858acc406e722e9b07f811d /chrome/app | |
parent | ee9be6939302cb196a05c39ba17e150a678651e9 (diff) | |
download | chromium_src-8f0bcb9f2381746bfc8f234fe1fcf831321adbf5.zip chromium_src-8f0bcb9f2381746bfc8f234fe1fcf831321adbf5.tar.gz chromium_src-8f0bcb9f2381746bfc8f234fe1fcf831321adbf5.tar.bz2 |
Gtk: Allow all columns in task manager to be sortable.
BUG=21048
TEST=Open task manager and sort any column
Review URL: http://codereview.chromium.org/196040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25964 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 53acf52..470f39b 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2059,6 +2059,9 @@ each locale. aa1 --> <message name="IDS_TASK_MANAGER_SHARED_MEM_COLUMN" desc="Task manager process shared memory column. Shows the size of the memory used by the process which is shared with other processes"> Shared Memory </message> + <message name="IDS_TASK_MANAGER_GOATS_TELEPORTED_COLUMN" desc="The goats teleported column"> + Goats Teleported + </message> <message name="IDS_TASK_MANAGER_MEM_CELL_TEXT" desc="The value displayed in the memory usage cells."> <ph name="NUM_KILOBYTES">$1<ex>5,000</ex></ph>K </message> |