Skip to content

Commit 8732d34

Browse files
committed
display session name in a different line with gpx extension
1 parent 861d270 commit 8732d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenGpxTracker/CoreDataHelper.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ class CoreDataHelper {
389389
DispatchQueue.main.sync {
390390
NotificationCenter.default.post(name: .loadRecoveredFile, object: nil,
391391
userInfo: ["recoveredRoot": root, "fileName": self.lastFileName])
392-
let toastMessage = NSLocalizedString("LAST_SESSION_LOADED", comment: "the filename displayed after the text") + " " + self.lastFileName
392+
let toastMessage = NSLocalizedString("LAST_SESSION_LOADED", comment: "the filename displayed after the text") + " \n" + self.lastFileName + ".gpx"
393393
Toast.regular(toastMessage, position: .top)
394394
}
395395
} else {

0 commit comments

Comments
 (0)