summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorjshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-21 19:50:58 +0000
committerjshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-21 19:50:58 +0000
commite8cf47b31dde03bf5e14d10af9834eaf12cba3c5 (patch)
tree5ac5b45215299dc74f69da5d95f7d6dc4ee0a21b /chrome/app
parent0539e6bcb121262b0baebf63628b8968bf893a6d (diff)
downloadchromium_src-e8cf47b31dde03bf5e14d10af9834eaf12cba3c5.zip
chromium_src-e8cf47b31dde03bf5e14d10af9834eaf12cba3c5.tar.gz
chromium_src-e8cf47b31dde03bf5e14d10af9834eaf12cba3c5.tar.bz2
Address Finnur's review comments (variable names and comments) that were
dropped inadvertently when landing from a machine other than one where the original CL was written. In addition, adjust Tamil and Malayalam UI dimensions for XP. BUG=48202 TEST=In Tamil and Malyalam Chrome on XP, content-settings dialog do not have anytruncation. TBR=finnur Review URL: http://codereview.chromium.org/3015011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53233 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/resources/locale_settings.grd2
-rw-r--r--chrome/app/resources/locale_settings_ml.xtb3
-rw-r--r--chrome/app/resources/locale_settings_ta.xtb3
3 files changed, 7 insertions, 1 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd
index eab7f03..918884d 100644
--- a/chrome/app/resources/locale_settings.grd
+++ b/chrome/app/resources/locale_settings.grd
@@ -268,7 +268,7 @@
</message>
<!-- The width of the list box in the Content Settings dialog box, in characters (character width = -->
- <!-- average character width for default dialog box font) -->
+ <!-- average character width for default list box font) -->
<message name="IDS_CONTENT_SETTINGS_DIALOG_LISTBOX_WIDTH_CHARS" use_name_for_id="true">
18
</message>
diff --git a/chrome/app/resources/locale_settings_ml.xtb b/chrome/app/resources/locale_settings_ml.xtb
index 4195bd1..2e6d58d 100644
--- a/chrome/app/resources/locale_settings_ml.xtb
+++ b/chrome/app/resources/locale_settings_ml.xtb
@@ -60,4 +60,7 @@
<translation id="IDS_CONFIRM_STOP_SYNCING_DIALOG_HEIGHT_LINES">10</translation>
<translation id="IDS_DOWNLOAD_IN_PROGRESS_WIDTH_CHARS">67</translation>
<translation id="IDS_DOWNLOAD_IN_PROGRESS_MINIMUM_HEIGHT_LINES">4</translation>
+<translation id="IDS_CONTENT_SETTINGS_DIALOG_WIDTH_CHARS">88</translation>
+<translation id="IDS_CONTENT_SETTINGS_DIALOG_HEIGHT_LINES">26</translation>
+<translation id="IDS_CONTENT_SETTINGS_DIALOG_LISTBOX_WIDTH_CHARS">30</translation>
</translationbundle>
diff --git a/chrome/app/resources/locale_settings_ta.xtb b/chrome/app/resources/locale_settings_ta.xtb
index 41c0005..79ff1c4 100644
--- a/chrome/app/resources/locale_settings_ta.xtb
+++ b/chrome/app/resources/locale_settings_ta.xtb
@@ -60,4 +60,7 @@
<translation id="IDS_CONFIRM_STOP_SYNCING_DIALOG_HEIGHT_LINES">8</translation>
<translation id="IDS_DOWNLOAD_IN_PROGRESS_WIDTH_CHARS">67</translation>
<translation id="IDS_DOWNLOAD_IN_PROGRESS_MINIMUM_HEIGHT_LINES">4</translation>
+<translation id="IDS_CONTENT_SETTINGS_DIALOG_WIDTH_CHARS">83</translation>
+<translation id="IDS_CONTENT_SETTINGS_DIALOG_HEIGHT_LINES">26</translation>
+<translation id="IDS_CONTENT_SETTINGS_DIALOG_LISTBOX_WIDTH_CHARS">23</translation>
</translationbundle>