diff options
Diffstat (limited to 'res/values/strings.xml')
-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 0121bd1..cea087d 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -151,7 +151,7 @@ <!-- Toast after trying to share a video indicating that there are no applications which are capable of so doing. --> <string name="no_way_to_share_video">This video cannot be shared.</string> - <!-- Do not translate --> + <!-- Menu item for playing the video. --> <string name="video_play">Play</string> <!-- Button indicating to go to the image gallery --> @@ -447,7 +447,7 @@ <!-- Video Camera format string for new video files. Passed to java.text.SimpleDateFormat. Do not localize --> - <string name="video_file_name_format">"'video'-yyyy-MM-dd-HH-mm-ss"</string> + <string name="video_file_name_format" translatable="false">"'video'-yyyy-MM-dd-HH-mm-ss"</string> <!-- Title for the file information dialog --> <string name="file_info_title">File info:</string> |