Skip to content

Commit

Permalink
Merge pull request #6 from rlxone/bugfix/localization
Browse files Browse the repository at this point in the history
Change misleading localization
  • Loading branch information
rlxone authored Nov 24, 2021
2 parents 541feb5 + 887867f commit b7902a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EquinoxAssets/EquinoxAssets/Localization.swift
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public enum Localization {
public static let `repeat` = Localization.localizedString(key: "wallpaper.create.repeat.title")
public static let setError = Localization.localizedString(key: "wallpaper.create.set.error")
public static let setSuccess = Localization.localizedString(key: "wallpaper.create.set.success")
public static let cantShare = Localization.localizedString(key: "wallpaper.create.share")
public static let cantShare = Localization.localizedString(key: "wallpaper.create.cant.share")
}

public enum Set {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"wallpaper.create.repeat.title" = "Repeat";
"wallpaper.create.set.error" = "Can't save the wallpaper.";
"wallpaper.create.set.success" = "You successfully set up the wallpaper";
"wallpaper.create.share" = "Can't share the wallpaper!";
"wallpaper.create.cant.share" = "Can't share the wallpaper!";

"wallpaper.set.title" = "Set up before set";
"wallpaper.set.description.title" = "You need to set «Dynamic» type in your «Desktop & Screen Saver» macOS Preferences before you set the wallpaper.";
Expand Down

0 comments on commit b7902a0

Please sign in to comment.