Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4428)

Unified Diff: blimp/client/app/android/java/strings/android_blimp_strings.grd

Issue 2261853002: Changed Blimp IME to use PopUp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ime_popup
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: blimp/client/app/android/java/strings/android_blimp_strings.grd
diff --git a/blimp/client/app/android/java/strings/android_blimp_strings.grd b/blimp/client/app/android/java/strings/android_blimp_strings.grd
index 720d47b7cd27488047860d6a34790f5e1b1b8f3f..4d00ea0dcd1ecfd313792d89759511b71f584e5b 100644
--- a/blimp/client/app/android/java/strings/android_blimp_strings.grd
+++ b/blimp/client/app/android/java/strings/android_blimp_strings.grd
@@ -181,6 +181,12 @@
<message name="IDS_RESTART_NOW" desc="Restart now message">
Restart Now
</message>
+ <message name="IDS_OK" desc="Label for a confirm button. Used in multiple contexts. [CHAR-LIMIT=20]">
David Trainor- moved to gerrit 2016/08/22 21:25:25 IDS_WEB_FORM_INPUT_OK?
shaktisahu 2016/08/23 17:35:14 OK and Cancel are available in Chrome .grd file al
David Trainor- moved to gerrit 2016/08/29 04:28:50 This code probably will never live in chrome/. It
shaktisahu 2016/08/29 18:58:47 Ok, makes sense. Thanks for making this clear. I w
+ OK
+ </message>
+ <message name="IDS_CANCEL" desc="Label for a cancel button. Used in multiple contexts. [CHAR-LIMIT=20]">
David Trainor- moved to gerrit 2016/08/22 21:25:25 IDS_WEB_FORM_INPUT_CANCEL?
shaktisahu 2016/08/23 17:35:14 See above.
+ Cancel
+ </message>
<!-- Blimp UI strings, should prefix with blimp -->
<!-- TODO(xingliu): Clean resources files in the future. http://crbug.com/630687 -->

Powered by Google App Engine
This is Rietveld 408576698