diff options
| author | Lioncash <mathew1800@gmail.com> | 2013-08-23 10:26:15 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2013-08-23 10:26:15 -0400 |
| commit | c2aef25f4c504bd1d0de6777b54e104227b8bee5 (patch) | |
| tree | 12847225bc211ad3cfca3a41d2fb78717104019d /Source/Android/res | |
| parent | 70dab0d8396db540b8759307f7d19384cb1f960e (diff) | |
[Android] Since we don't show invalid filetypes in the file browser anymore, there's no need to check if a file is valid or not since they're all valid now.
Diffstat (limited to 'Source/Android/res')
| -rw-r--r-- | Source/Android/res/values-ja/strings.xml | 1 | ||||
| -rw-r--r-- | Source/Android/res/values/strings.xml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Source/Android/res/values-ja/strings.xml b/Source/Android/res/values-ja/strings.xml index 9216a2ecdc..fa466cc25e 100644 --- a/Source/Android/res/values-ja/strings.xml +++ b/Source/Android/res/values-ja/strings.xml @@ -17,7 +17,6 @@ <string name="parent_directory">親ディレクトリ</string> <string name="folder">フォルダ</string> <string name="file_size">ファイルサイズ: </string> - <string name="cant_use_compressed_filetypes">圧縮ファイル形式はサポートされていません</string> <!-- Game List Activity --> <string name="game_list">ゲームリスト</string> diff --git a/Source/Android/res/values/strings.xml b/Source/Android/res/values/strings.xml index 50bacda5df..d9c8cee4f1 100644 --- a/Source/Android/res/values/strings.xml +++ b/Source/Android/res/values/strings.xml @@ -17,7 +17,6 @@ <string name="parent_directory">Parent Directory</string> <string name="folder">Folder</string> <string name="file_size">File Size: </string> - <string name="cant_use_compressed_filetypes">Can not use compressed file types</string> <!-- Game List Activity --> <string name="game_list">Game List</string> |
