We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861d270 commit 8732d34Copy full SHA for 8732d34
OpenGpxTracker/CoreDataHelper.swift
@@ -389,7 +389,7 @@ class CoreDataHelper {
389
DispatchQueue.main.sync {
390
NotificationCenter.default.post(name: .loadRecoveredFile, object: nil,
391
userInfo: ["recoveredRoot": root, "fileName": self.lastFileName])
392
- let toastMessage = NSLocalizedString("LAST_SESSION_LOADED", comment: "the filename displayed after the text") + " " + self.lastFileName
+ let toastMessage = NSLocalizedString("LAST_SESSION_LOADED", comment: "the filename displayed after the text") + " \n" + self.lastFileName + ".gpx"
393
Toast.regular(toastMessage, position: .top)
394
}
395
} else {
0 commit comments