Revision e7e0a94d
Added by Leszek Koltunski about 4 years ago
src/main/res/values/strings.xml | ||
---|---|---|
1 | 1 |
<resources> |
2 | 2 |
<string name="app_name">Magic Cube</string> |
3 | 3 |
<string name="distorted" translatable="false">DISTORTED</string> |
4 |
<string name="opengl_error" translatable="false">Graphics Error</string> |
|
4 |
<string name="opengl_error" translatable="false">Error</string> |
|
5 |
<string name="opengl_error_text" translatable="false">This device does not support OpenGL 3.0</string> |
|
5 | 6 |
<string name="scramble">Scramble</string> |
6 | 7 |
<string name="solve">Solve</string> |
7 | 8 |
<string name="exit">Exit</string> |
Also available in: Unified diff
Simplify OpenGL error dialog. Show it only once.