Преглед изворни кода

Fix string so test_complete_ui passes

oz123 пре 11 година
родитељ
комит
6bd8d754a8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pwman/tests/test_complete_ui.py

+ 1 - 1
pwman/tests/test_complete_ui.py

@@ -26,7 +26,7 @@ import shutil
 OLD_DB_PATH = os.path.join(os.path.dirname(__file__), 'pwman.v0.0.8.db')
 NEW_DB_PATH = os.path.join(os.path.dirname(__file__), 'pwman.v0.0.8-newdb.db')
 
-_db_warn = ("pwman3 detected that are using the old database format")
+_db_warn = ("pwman3 detected that you are using the old database format")
 
 
 class Ferrum(unittest.TestCase):