Minor update to recent string addition

Change-Id: I071fc58adaac7b9533247b935738f616b7091374
This commit is contained in:
Marc Blank 2010-03-10 15:19:58 -08:00
parent a5e2aa4057
commit 0243c5fc2b

View File

@ -645,10 +645,10 @@
<!-- Indicate when a meeting takes place. This is presented in in bullet form, as <!-- Indicate when a meeting takes place. This is presented in in bullet form, as
in, "When: xxx" followed by "Where: xxx" --> in, "When: xxx" followed by "Where: xxx" -->
<string name="meeting_when">When: </string> <string name="meeting_when">When: <xliff:g id="when">%s</xliff:g></string>
<!-- Indicate where a meeting takes place. This is presented in in bullet form, as <!-- Indicate where a meeting takes place. This is presented in in bullet form, as
in, "When: xxx" followed by "Where: xxx" --> in, "When: xxx" followed by "Where: xxx" -->
<string name="meeting_where">Where: </string> <string name="meeting_where">Where: <xliff:g id="where">%s</xliff:g></string>
<!-- Used as the body text of a message reporting to an attendee that a specific instance <!-- Used as the body text of a message reporting to an attendee that a specific instance
of a recurring meeting has been canceled --> of a recurring meeting has been canceled -->