String changes

This commit is contained in:
Kovid Goyal 2017-05-22 09:37:44 +05:30
parent b273f97cff
commit d2ed90f043
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 3 additions and 3 deletions

View File

@ -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>&amp;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>&amp;Unapply tag</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../../resources/images.qrc"> <iconset resource="../../../../resources/images.qrc">

View File

@ -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
) )