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

Issue 42096: Review request: fix issue 8649 -- RTL: Wrong parenthesis direction is displayed on "About Google Chr (Closed)

Created:
11 years, 9 months ago by xji
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

This CL fix issue 8649 -- RTL: Wrong parenthesis direction is displayed on "About Google Chrome" dialog (http://crbug.com/8649). The fix is to adjust the string according to locale, so that the pure English string in RTL locale is surrounded by left-right-embedding mark for parenthesis to be displayed correctly. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=12540

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -2 lines) Patch
M chrome/browser/views/about_chrome_view.cc View 1 1 chunk +6 lines, -2 lines 1 comment Download

Messages

Total messages: 7 (0 generated)
xji
11 years, 9 months ago (2009-03-11 22:26:24 UTC) #1
jeremy
Can this be fixed by changing the strings in the translation console? Can you provide ...
11 years, 9 months ago (2009-03-15 07:17:27 UTC) #2
Finnur
Look at the bug for the 'before' screenshot. The 'after' scenario should be obvious from ...
11 years, 9 months ago (2009-03-15 15:25:30 UTC) #3
jungshik at Google
On 2009/03/15 07:17:27, jeremy wrote: > Can this be fixed by changing the strings in ...
11 years, 9 months ago (2009-03-16 18:11:34 UTC) #4
xji
On 2009/03/15 07:17:27, jeremy wrote: > Can this be fixed by changing the strings in ...
11 years, 9 months ago (2009-03-26 01:34:16 UTC) #5
jeremy
LGTM
11 years, 9 months ago (2009-03-26 02:17:34 UTC) #6
idana
11 years, 9 months ago (2009-03-26 06:06:16 UTC) #7
LGTM

Just one nit comment.

http://codereview.chromium.org/42096/diff/3001/3002
File chrome/browser/views/about_chrome_view.cc (right):

http://codereview.chromium.org/42096/diff/3001/3002#newcode769
Line 769:
update_label_text.push_back(static_cast<wchar_t>(l10n_util::kLeftToRightMark));
Line exceeds 80 characters.

Powered by Google App Engine
This is Rietveld 408576698