Chromium Code Reviews| Index: ui/views/controls/label.h |
| =================================================================== |
| --- ui/views/controls/label.h (revision 200651) |
| +++ ui/views/controls/label.h (working copy) |
| @@ -132,7 +132,7 @@ |
| void SetAllowCharacterBreak(bool allow_character_break); |
| // Sets whether the label text should be elided in the middle or end (if |
| - // necessary). The default is to not elide at all. |
| + // necessary). The default is to to elide at the end. |
|
Alexei Svitkine (slow)
2013/05/17 13:49:52
Nit: "to to" -> "to"
|
| // NOTE: Eliding in the middle is not supported for multi-line strings. |
| void SetElideBehavior(ElideBehavior elide_behavior); |