summaryrefslogtreecommitdiff
path: root/logcat/resources
diff options
context:
space:
mode:
authorAlon Albert <aalbert@google.com>2022-01-21 13:39:43 -0800
committerTreeHugger Robot <treehugger-gerrit@google.com>2022-01-21 23:15:13 +0000
commita2010332eb7d89154608ec338422392776de4a22 (patch)
tree4cdd73796bec95f9805d98a280ae8405674fd898 /logcat/resources
parente1a9424cccb62341b520bdf33378d4e270fc2a4d (diff)
downloadidea-a2010332eb7d89154608ec338422392776de4a22.tar.gz
Add a 'Modify Views" Action and Dialog
This reuses the LogcatFormatDialog by creating a subclass that adds the additional functionality. https://www.figma.com/proto/6now1ljuRbAHhvfU6sOvPD/Logcat?node-id=552%3A166163&scaling=min-zoom&page-id=455%3A102764&starting-point-node-id=485%3A132868&show-proto-sidebar=1 Bug: 191880898 Test: Added Change-Id: I3e1116f2f5148f944ebd7fa506ef45a6469fe619
Diffstat (limited to 'logcat/resources')
-rw-r--r--logcat/resources/messages/LogcatBundle.properties9
1 files changed, 7 insertions, 2 deletions
diff --git a/logcat/resources/messages/LogcatBundle.properties b/logcat/resources/messages/LogcatBundle.properties
index b835b5e9f3a..2107032a2c9 100644
--- a/logcat/resources/messages/LogcatBundle.properties
+++ b/logcat/resources/messages/LogcatBundle.properties
@@ -15,15 +15,20 @@ logcat.header.options.tags.show=Show tags
logcat.header.options.tags.show.repeated=Show repeated tags
logcat.header.options.tags.width=Tag column width:
+logcat.format.presets.dialog.view=View
+logcat.format.presets.dialog.default=Use as default view for new windows
+
logcat.header.options.packages.title=Package Names
logcat.header.options.packages.show=Show package names
logcat.header.options.packages.show.repeated=Show repeated package names
logcat.header.options.packages.width=Package column width:
logcat.format.action.description=Configure Logcat formatting options
-logcat.format.action.standard=Standard View
-logcat.format.action.compact=Compact View
+logcat.format.action.standard=Standard
+logcat.format.action.compact=Compact
+logcat.format.action.view.type={0} View
logcat.format.action.custom=Custom View
+logcat.format.action.modify=Modify Views
logcat.scroll.to.end.text=Scroll to the end. Clicking on a particular line stops scrolling and keeps that line visible.