OLD | NEW |
---|---|
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #include "remoting/host/ui_strings.h" | 5 #include "remoting/host/ui_strings.h" |
6 | 6 |
7 #include "base/utf_string_conversions.h" | 7 #include "base/utf_string_conversions.h" |
8 | 8 |
9 namespace remoting { | 9 namespace remoting { |
10 | 10 |
(...skipping 11 matching lines...) Expand all Loading... | |
22 "Your desktop and any audio output are currently shared with $1.")), | 22 "Your desktop and any audio output are currently shared with $1.")), |
23 #endif | 23 #endif |
24 disconnect_button_text(ASCIIToUTF16("Disconnect")), | 24 disconnect_button_text(ASCIIToUTF16("Disconnect")), |
25 continue_prompt(ASCIIToUTF16( | 25 continue_prompt(ASCIIToUTF16( |
26 "You are currently sharing this machine with another user. " | 26 "You are currently sharing this machine with another user. " |
27 "Please confirm that you want to continue sharing.")), | 27 "Please confirm that you want to continue sharing.")), |
28 continue_button_text(ASCIIToUTF16("Continue")), | 28 continue_button_text(ASCIIToUTF16("Continue")), |
29 stop_sharing_button_text(ASCIIToUTF16("Stop Sharing")) { | 29 stop_sharing_button_text(ASCIIToUTF16("Stop Sharing")) { |
30 } | 30 } |
31 | 31 |
32 UiStrings::~UiStrings() { } | 32 UiStrings::~UiStrings() {} |
33 | 33 |
34 } | 34 } // anmespace remoting |
Lambros
2013/01/16 02:30:47
typo
alexeypa (please no reviews)
2013/01/16 16:55:35
Done.
| |
OLD | NEW |