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

Unified Diff: webrtc/examples/androidapp/res/values/strings.xml

Issue 1998483003: General cleanup on AppRTC Android Demo codebase (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Remove unused string that was accidentally added. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/examples/androidapp/res/values/strings.xml
diff --git a/webrtc/examples/androidapp/res/values/strings.xml b/webrtc/examples/androidapp/res/values/strings.xml
index 24244238e072272f246ee600fbde633fc53ee4bf..b03c0060331ac609188b44c4efb94dc4de97d511 100644
--- a/webrtc/examples/androidapp/res/values/strings.xml
+++ b/webrtc/examples/androidapp/res/values/strings.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <string name="app_name" translatable="no">AppRTC</string>
- <string name="settings_name" translatable="no">AppRTC Settings</string>
+ <string name="app_name" translatable="false">AppRTC</string>
+ <string name="settings_name" translatable="false">AppRTC Settings</string>
<string name="disconnect_call">Disconnect Call</string>
<string name="room_description">
Please enter a room name. Room names are shared with everyone, so think
@@ -20,6 +20,8 @@
<string name="add">Add</string>
<string name="cancel">Cancel</string>
<string name="switch_camera">Switch front/back camera</string>
+ <string name="capture_format_change_text">Slide to change capture format</string>
+ <string name="muted">Muted</string>
<string name="toggle_debug">Toggle debug view</string>
<string name="toggle_mic">Toggle microphone on/off</string>
<string name="action_settings">Settings</string>

Powered by Google App Engine
This is Rietveld 408576698