浏览代码

room->conversation

AndyScherzinger 6 年之前
父节点
当前提交
2e519e6e21
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/src/main/res/values/strings.xml

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

@@ -84,8 +84,8 @@
 
     <!-- Room menu -->
     <string name="nc_start_conversation">Start a conversation</string>
-    <string name="nc_configure_room">Configure room</string>
-    <string name="nc_configure_named_room">Configure room %1$s</string>
+    <string name="nc_configure_room">Configure conversation</string>
+    <string name="nc_configure_named_room">Configure conversation %1$s</string>
     <string name="nc_leave">Leave conversation</string>
     <string name="nc_rename">Rename conversation</string>
     <string name="nc_set_password">Set a password</string>