diff --git a/Modules/Clock/popup.swift b/Modules/Clock/popup.swift
index 4ca56146..70f28989 100644
--- a/Modules/Clock/popup.swift
+++ b/Modules/Clock/popup.swift
@@ -478,7 +478,7 @@ private class ClockView: NSStackView {
private func setTZ() {
self.nameField.stringValue = "\(self.clock.name)"
- if let tz = Clock.zones.first(where: { $0.key == self.clock.tz }) {
+ if let tz = Clock.zones.first(where: { $0.key == self.clock.tz }), tz.key != "local" {
self.nameField.stringValue += " (\(tz.value))"
}
}
diff --git a/Stats.xcodeproj/project.pbxproj b/Stats.xcodeproj/project.pbxproj
index 2994bd57..d21a4f42 100644
--- a/Stats.xcodeproj/project.pbxproj
+++ b/Stats.xcodeproj/project.pbxproj
@@ -2841,7 +2841,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
- MARKETING_VERSION = 2.11.15;
+ MARKETING_VERSION = 2.11.16;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -2879,7 +2879,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
- MARKETING_VERSION = 2.11.15;
+ MARKETING_VERSION = 2.11.16;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
PRODUCT_NAME = "$(TARGET_NAME)";
diff --git a/Stats/Supporting Files/Info.plist b/Stats/Supporting Files/Info.plist
index 6aa25aca..bb73dcc0 100755
--- a/Stats/Supporting Files/Info.plist
+++ b/Stats/Supporting Files/Info.plist
@@ -17,7 +17,7 @@
CFBundleShortVersionString
$(MARKETING_VERSION)
CFBundleVersion
- 604
+ 606
Description
Simple macOS system monitor in your menu bar
LSApplicationCategoryType
diff --git a/Stats/Supporting Files/pl.lproj/Localizable.strings b/Stats/Supporting Files/pl.lproj/Localizable.strings
index 41fd4142..30bd3d0f 100644
--- a/Stats/Supporting Files/pl.lproj/Localizable.strings
+++ b/Stats/Supporting Files/pl.lproj/Localizable.strings
@@ -380,7 +380,7 @@
"Last reset" = "Ostatni reset %0 temu";
"Latency" = "Opóźnienie";
"Upload speed" = "Wysyłka";
-"Download speed" = "Pobieranie";
+"Download speed" = "Pobranie";
// Battery
"Level" = "Poziom naładowania";
diff --git a/Widgets/Supporting Files/Info.plist b/Widgets/Supporting Files/Info.plist
index 6acaeed4..4b001037 100644
--- a/Widgets/Supporting Files/Info.plist
+++ b/Widgets/Supporting Files/Info.plist
@@ -11,9 +11,9 @@
CFBundleInfoDictionaryVersion
6.0
CFBundleShortVersionString
- 2.11.15
+ 2.11.16
CFBundleVersion
- 604
+ 606
NSExtension
NSExtensionPointIdentifier