mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add a note about commas in identifier values to the tooltip
This commit is contained in:
parent
52be7610ed
commit
166a425b35
@ -1455,7 +1455,7 @@ class Identifiers(Dialog):
|
||||
class IdentifiersEdit(QLineEdit, ToMetadataMixin):
|
||||
LABEL = _('&Ids:')
|
||||
BASE_TT = _('Edit the identifiers for this book. '
|
||||
'For example: \n\n%s')%(
|
||||
'For example: \n\n%s\n\nIf an identifier value contains a comma, you can use the | character to represent it.')%(
|
||||
'isbn:1565927249, doi:10.1000/182, amazon:1565927249')
|
||||
FIELD_NAME = 'identifiers'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user