Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

Commit

Permalink
Change text of msg_IO_denied
Browse files Browse the repository at this point in the history
  • Loading branch information
LuqueDaniel committed Jan 24, 2013
1 parent 3908b0c commit f2e8a11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion minecraft_backup/gui/msg_box.py
Expand Up @@ -70,7 +70,8 @@ def msg_dir_exists(self):

def msg_IO_denied(self):
msg_io_denied = QMessageBox.warning(self, 'Permission denied',
'Permission denied, recommend closing Minecraft for create backup')
"""Permission denied, check if you have permission.\nRecommend closing
Minecraft for create backup""")


def msg_make_backup_finishied(self):
Expand Down

0 comments on commit f2e8a11

Please sign in to comment.