Skip to content

Commit

Permalink
Improve the description of raw build.prop
Browse files Browse the repository at this point in the history
  • Loading branch information
imknown committed Jan 21, 2020
1 parent e5411bf commit b6705b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values-fr-rFR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<string name="function_allow_network_data_summary">Lorsque cette option est activée, les données seront préalablement extraites du serveur réseau distant, puis mises en cache sur le stockage local.</string>

<string name="function_raw_build_prop_title">Voir build.prop directement</string>
<string name="function_raw_build_prop_summary">Voir directement les valeurs de build.prop</string>
<string name="function_raw_build_prop_summary">Voir directement les valeurs de build.prop dans \"Autres\"</string>

<string name="about_title">À propos</string>

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<string name="function_allow_network_data_summary">若启用, 数据将优先从远端网络服务器获取, 并被缓存在本地存储.</string>

<string name="function_raw_build_prop_title">显示原始 build.prop</string>
<string name="function_raw_build_prop_summary">显示 build.prop 文件中的原始数据</string>
<string name="function_raw_build_prop_summary">在 \"其他\" 中显示 build.prop 文件的原始数据</string>

<string name="about_title">关于</string>

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@

<string name="function_raw_build_prop_key" translatable="false">interface_verbose_prop_key</string>
<string name="function_raw_build_prop_title">Show raw build.prop</string>
<string name="function_raw_build_prop_summary">Show the raw data of file build.prop</string>
<string name="function_raw_build_prop_summary">Show the raw data of file build.prop in \"Others\"</string>

<string name="about_title">About</string>

Expand Down

0 comments on commit b6705b0

Please sign in to comment.