mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -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>
|
<string>Delete tag from database. This will unapply the tag from all books and then remove it from the database.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Delete tag</string>
|
<string>&Delete tag</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../../../../resources/images.qrc">
|
<iconset resource="../../../../resources/images.qrc">
|
||||||
@ -229,7 +229,7 @@
|
|||||||
<string>Unapply (remove) tag from current book</string>
|
<string>Unapply (remove) tag from current book</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Unapply tag</string>
|
<string>&Unapply tag</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../../../../resources/images.qrc">
|
<iconset resource="../../../../resources/images.qrc">
|
||||||
|
@ -347,7 +347,7 @@ class NewUser(QDialog):
|
|||||||
self,
|
self,
|
||||||
_('Username already exists'),
|
_('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),
|
).format(un),
|
||||||
show=True
|
show=True
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user