浏览代码

fix strings

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
Marcel Hibbe 2 年之前
父节点
当前提交
eca05a434a
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      app/src/main/res/values/strings.xml

+ 4 - 4
app/src/main/res/values/strings.xml

@@ -563,12 +563,12 @@
 
     <!-- Call recording -->
     <string name="record_start_description">Start recording</string>
-    <string name="record_start_loading">starting…</string>
+    <string name="record_start_loading">Starting …</string>
     <string name="record_stop_description">Stop recording</string>
-    <string name="record_stop_loading">stopping…</string>
+    <string name="record_stop_loading">Stopping …</string>
     <string name="record_stop_confirm_title">Stop Call recording</string>
-    <string name="record_stop_confirm_message">"Do you really want to stop the recording?"</string>
-    <string name="record_active_info">"The call is being recorded"</string>
+    <string name="record_stop_confirm_message">Do you really want to stop the recording?</string>
+    <string name="record_active_info">The call is being recorded</string>
 
     <!-- Shared items -->
     <string name="shared_items_media">Media</string>