| Index: remoting/host/disconnect_window.cc
|
| diff --git a/remoting/host/disconnect_window.cc b/remoting/host/disconnect_window.cc
|
| index f225dc41109bbdea44d769a86358339524042251..21f16830e031eecee1a9d8e94036c521a9bc1d3a 100644
|
| --- a/remoting/host/disconnect_window.cc
|
| +++ b/remoting/host/disconnect_window.cc
|
| @@ -4,8 +4,10 @@
|
|
|
| #include "remoting/host/disconnect_window.h"
|
|
|
| +// TODO(jamiewalch): Remove this file once all platforms pick up the
|
| +// localized versions from ui_strings.h
|
| +
|
| namespace remoting {
|
| -// TODO(garykac): These strings should be localized.
|
| const char DisconnectWindow::kTitle[] = "Remoting";
|
| const char DisconnectWindow::kSharingWith[] = "Sharing with: ";
|
| const char DisconnectWindow::kDisconnectButton[] = "Disconnect";
|
|
|