Reword on-demand
This commit is contained in:
parent
f66193cf78
commit
38aa83760f
|
@ -229,8 +229,8 @@ public enum Strings {
|
|||
public static let `none` = Strings.tr("Localizable", "global.none", fallback: "None")
|
||||
/// OK
|
||||
public static let ok = Strings.tr("Localizable", "global.ok", fallback: "OK")
|
||||
/// On demand
|
||||
public static let onDemand = Strings.tr("Localizable", "global.on_demand", fallback: "On demand")
|
||||
/// On-demand
|
||||
public static let onDemand = Strings.tr("Localizable", "global.on_demand", fallback: "On-demand")
|
||||
/// Other
|
||||
public static let other = Strings.tr("Localizable", "global.other", fallback: "Other")
|
||||
/// Password
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
"global.no_selection" = "No selection";
|
||||
"global.none" = "None";
|
||||
"global.ok" = "OK";
|
||||
"global.on_demand" = "On demand";
|
||||
"global.on_demand" = "On-demand";
|
||||
"global.other" = "Other";
|
||||
"global.password" = "Password";
|
||||
"global.port" = "Port";
|
||||
|
|
Loading…
Reference in New Issue