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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2699253003: Abstracting over Notification.Builder + NotificationCompat.Builder (Closed)
Patch Set: Responding to comments Created 3 years, 10 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: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index a0cb6cd6fe98425adabf1a5934a3027a3128ecba..abc708585662d29844df74492a64e99e0efe773e 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -238,6 +238,9 @@ CHAR-LIMIT guidelines:
<message name="IDS_ENTER_VR" desc="Menu item for entering VR. [CHAR-LIMIT=27]">
Enter VR
</message>
+ <message name="IDS_NOTIFICATION_CATEGORY_GENERAL" desc="Label for a generic catch-all category, within a list of notification categories. [CHAR-LIMIT=32]">
+ General
+ </message>
<!-- Sign-in preference -->
<message name="IDS_SIGN_IN_TO_CHROME" desc="Title for the button to sign in to Chrome using one's Google account. [CHAR-LIMIT=27]">

Powered by Google App Engine
This is Rietveld 408576698