diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 337aa8f..1bfe813 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -38,15 +38,18 @@ <!-- alert to the user to wait for some operation to complete --> <string name="wait">Please wait\u2026</string> - <!-- alert to the user to that an SD card must be installed before using the camera --> + <!-- alert to the user that an SD card must be installed before using the camera --> <string name="no_storage">Please insert an SD card before using the camera.</string> - <!-- alert to the user to that the SD card is too full to complete the operation --> + <!-- alert to the user that the SD card is too full to complete the operation --> <string name="not_enough_space">Your SD card is full.</string> - <!-- alert to the user to that the SD card is being disk-checked --> + <!-- alert to the user that the SD card is being disk-checked --> <string name="preparing_sd">Preparing SD card\u2026</string> + <!-- alert to the user that the camera fails to read or write the SD card. --> + <string name="access_sd_fail">Fail to access SD card.</string> + <!-- Settings stuff --> <!-- Menu items: --> |