diff options
| author | 2015-12-04 21:48:14 +0000 | |
|---|---|---|
| committer | 2015-12-04 21:48:14 +0000 | |
| commit | 5d70aebc287cbcf992a0616feff9c3ac1a5e2bb7 (patch) | |
| tree | c9e01fccca24c6de94772ac7063ca5c8589dd07e | |
| parent | 371baee4d3aa2da5af7aa8cc2d7ac82ffe893421 (diff) | |
| parent | d57dc996f56b4bd683ed9d291704b7c2ef417a84 (diff) | |
Merge "Improved phrasing for "in progress" message."
| -rw-r--r-- | packages/Shell/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/Shell/res/values/strings.xml b/packages/Shell/res/values/strings.xml index cff36f73f74d..090b17118145 100644 --- a/packages/Shell/res/values/strings.xml +++ b/packages/Shell/res/values/strings.xml @@ -17,8 +17,8 @@ <resources> <string name="app_label">Shell</string> - <!-- Title of notification indicating a bugreport process is in progress. [CHAR LIMIT=50] --> - <string name="bugreport_in_progress_title">Bug report in progress</string> + <!-- Title of notification indicating a bugreport is being generated. [CHAR LIMIT=50] --> + <string name="bugreport_in_progress_title">Bug report is being generated</string> <!-- Title of notification indicating a bugreport has been successfully captured. [CHAR LIMIT=50] --> <string name="bugreport_finished_title">Bug report captured</string> |