diff --git a/Submodules/pEpNotifications/pEpNotifications.xcodeproj/project.pbxproj b/Submodules/pEpNotifications/pEpNotifications.xcodeproj/project.pbxproj index 30754d7..b67eb6d 100644 --- a/Submodules/pEpNotifications/pEpNotifications.xcodeproj/project.pbxproj +++ b/Submodules/pEpNotifications/pEpNotifications.xcodeproj/project.pbxproj @@ -26,12 +26,12 @@ 3527B2C724802F87007A6276 /* pEpNotificationsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = pEpNotificationsTests.swift; sourceTree = ""; }; 3527B2C924802F87007A6276 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 3594303E2483011000DCBD65 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - 359430432483081B00DCBD65 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Main.strings; sourceTree = ""; }; 35943044248309BE00DCBD65 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Main.strings; sourceTree = ""; }; 359430492483264F00DCBD65 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = ""; }; 3594304B2483266200DCBD65 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; 4E1107AD256FCF2900EB1711 /* DownloadStateNotifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownloadStateNotifier.swift; sourceTree = ""; }; 4E1107B4256FFEC000EB1711 /* PEPNotification.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PEPNotification.swift; sourceTree = ""; }; + 4E4A391A2575452700BF0A15 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Main.strings; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -203,8 +203,8 @@ isa = PBXVariantGroup; children = ( 3594303E2483011000DCBD65 /* Base */, - 359430432483081B00DCBD65 /* en */, 35943044248309BE00DCBD65 /* de */, + 4E4A391A2575452700BF0A15 /* en */, ); name = Main.storyboard; sourceTree = ""; diff --git a/Submodules/pEpNotifications/pEpNotifications/Base.lproj/Main.storyboard b/Submodules/pEpNotifications/pEpNotifications/Base.lproj/Main.storyboard index 878fcb6..c70f80e 100644 --- a/Submodules/pEpNotifications/pEpNotifications/Base.lproj/Main.storyboard +++ b/Submodules/pEpNotifications/pEpNotifications/Base.lproj/Main.storyboard @@ -1,6 +1,7 @@ + @@ -10,9 +11,9 @@ - + - + @@ -20,11 +21,11 @@ - + - + diff --git a/Submodules/pEpNotifications/pEpNotifications/en.lproj/Main.strings b/Submodules/pEpNotifications/pEpNotifications/en.lproj/Main.strings index 02593cb..de1b287 100644 --- a/Submodules/pEpNotifications/pEpNotifications/en.lproj/Main.strings +++ b/Submodules/pEpNotifications/pEpNotifications/en.lproj/Main.strings @@ -1,5 +1,5 @@ -/* Class = "NSMenuItem"; title = "pEpNotifications"; ObjectID = "1Xt-HY-uBw"; */ +/* Class = "NSMenuItem"; title = "p≡p updates"; ObjectID = "1Xt-HY-uBw"; */ "1Xt-HY-uBw.title" = "p≡p updates"; /* Class = "NSMenuItem"; title = "Quit p≡p"; ObjectID = "4sb-4s-VLi"; */ @@ -11,8 +11,14 @@ /* Class = "NSMenuItem"; title = "Starting…"; ObjectID = "D45-AS-mhG"; */ "D45-AS-mhG.title" = "Starting…"; -/* Class = "NSMenu"; title = "pEpNotifications"; ObjectID = "uQy-DD-JDr"; */ +/* Class = "NSMenuItem"; title = "Check for Updates"; ObjectID = "aUJ-VR-2jH"; */ +"aUJ-VR-2jH.title" = "Check for Updates"; + +/* Class = "NSMenuItem"; title = "Always show this menu"; ObjectID = "u5e-3R-3lT"; */ +"u5e-3R-3lT.title" = "Always show this menu"; + +/* Class = "NSMenu"; title = "p≡p updates"; ObjectID = "uQy-DD-JDr"; */ "uQy-DD-JDr.title" = "p≡p updates"; -"aUJ-VR-2jH.title" = "Update now"; +/* Class = "NSMenuItem"; title = "Keep software up to date"; ObjectID = "y9Y-ru-Qxs"; */ "y9Y-ru-Qxs.title" = "Keep software up to date";