diff options
author | Wu-cheng Li <wuchengli@google.com> | 2010-10-03 15:27:15 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2010-10-03 15:29:32 +0800 |
commit | c7e89d37938e29c7e940f48d7759148cf32c0467 (patch) | |
tree | 75d56e1d1d04084435c333b5be97f64a9ac2fa93 /res/values | |
parent | ccb9df3be2ded7ee4bbeb54181a787e9001c73ee (diff) | |
download | LegacyCamera-c7e89d37938e29c7e940f48d7759148cf32c0467.zip LegacyCamera-c7e89d37938e29c7e940f48d7759148cf32c0467.tar.gz LegacyCamera-c7e89d37938e29c7e940f48d7759148cf32c0467.tar.bz2 |
Change VGA and QVGA to translatable=true.
Some other languages may still need to translate them.
Change-Id: I7c115fd8a5aa535386e094958d418ae1ff476ab7
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index aa2e420..0d8d19a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -192,8 +192,8 @@ <string name="pref_camera_picturesize_entry_2048x1536">3M Pixels</string> <string name="pref_camera_picturesize_entry_1600x1200">2M Pixels</string> <string name="pref_camera_picturesize_entry_1024x768">1M Pixels</string> - <string name="pref_camera_picturesize_entry_640x480" translatable="false">VGA</string> - <string name="pref_camera_picturesize_entry_320x240" translatable="false">QVGA</string> + <string name="pref_camera_picturesize_entry_640x480">VGA</string> + <string name="pref_camera_picturesize_entry_320x240">QVGA</string> <!-- Default picture quality setting. See pref_camera_jpegquality_entryvalues for possible values --> |