diff -r 5fb66766e4eb -r 05811a5a5eb5 Helpviewer/Sync/SyncHandler.py --- a/Helpviewer/Sync/SyncHandler.py Wed Feb 24 20:28:12 2016 +0100 +++ b/Helpviewer/Sync/SyncHandler.py Sat Feb 27 12:37:07 2016 +0100 @@ -61,7 +61,7 @@ "RemoteExists": self.tr( "Remote bookmarks file exists! Syncing local copy..."), "RemoteMissing": self.tr( - "Remote bookmarks file does NOT exists. Exporting" + "Remote bookmarks file does NOT exist. Exporting" " local copy..."), "LocalNewer": self.tr( "Local bookmarks file is NEWER. Exporting local copy..."), @@ -74,7 +74,7 @@ "RemoteExists": self.tr( "Remote history file exists! Syncing local copy..."), "RemoteMissing": self.tr( - "Remote history file does NOT exists. Exporting" + "Remote history file does NOT exist. Exporting" " local copy..."), "LocalNewer": self.tr( "Local history file is NEWER. Exporting local copy..."), @@ -87,7 +87,7 @@ "RemoteExists": self.tr( "Remote logins file exists! Syncing local copy..."), "RemoteMissing": self.tr( - "Remote logins file does NOT exists. Exporting" + "Remote logins file does NOT exist. Exporting" " local copy..."), "LocalNewer": self.tr( "Local logins file is NEWER. Exporting local copy..."), @@ -101,7 +101,7 @@ "Remote user agent settings file exists! Syncing local" " copy..."), "RemoteMissing": self.tr( - "Remote user agent settings file does NOT exists." + "Remote user agent settings file does NOT exist." " Exporting local copy..."), "LocalNewer": self.tr( "Local user agent settings file is NEWER. Exporting" @@ -117,7 +117,7 @@ "Remote speed dial settings file exists! Syncing local" " copy..."), "RemoteMissing": self.tr( - "Remote speed dial settings file does NOT exists." + "Remote speed dial settings file does NOT exist." " Exporting local copy..."), "LocalNewer": self.tr( "Local speed dial settings file is NEWER. Exporting"