-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use media file type
to determine entity lists
#6249
Changes from all commits
9dce9a7
17b6a97
0e26cf6
a5eed5f
74e795e
853b919
ac4f2b6
ca95d84
dc6edec
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -941,8 +941,7 @@ | |
<!--Text for button that deletes all entities for the project--> | ||
<string name="clear_entities">Poista kaikki</string> | ||
<!--Text for button that adds a new entity list--> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You should also get rid of the explanation text above. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've removed it for the string in |
||
<string name="add_entity_list">Lisää entiteettilista</string> | ||
<!--Label for entity that has been created offline and is not on the server yet--> | ||
<!--Label for entity that has been created offline and is not on the server yet--> | ||
<string name="offline">Offline</string> | ||
<!--############################################## | ||
# Crash handling | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should have a test to check if it returns false otherwise.