mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
String changes
This commit is contained in:
parent
b273f97cff
commit
d2ed90f043
@ -149,7 +149,7 @@
|
||||
<string>Delete tag from database. This will unapply the tag from all books and then remove it from the database.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Delete tag</string>
|
||||
<string>&Delete tag</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../../../resources/images.qrc">
|
||||
@ -229,7 +229,7 @@
|
||||
<string>Unapply (remove) tag from current book</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Unapply tag</string>
|
||||
<string>&Unapply tag</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../../../resources/images.qrc">
|
||||
|
@ -347,7 +347,7 @@ class NewUser(QDialog):
|
||||
self,
|
||||
_('Username already exists'),
|
||||
_(
|
||||
'A user witht he username {} already exists. Please choose a different username.'
|
||||
'A user with the username {} already exists. Please choose a different username.'
|
||||
).format(un),
|
||||
show=True
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user