Pārlūkot izejas kodu

Fix string so test_complete_ui passes

oz123 11 gadi atpakaļ
vecāks
revīzija
6bd8d754a8
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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):