Skip to content

Commit

Permalink
Remove bold in What’s New panel title
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Oct 1, 2024
1 parent 2e1ca4a commit e4288df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions CotEditor/Resources/Localizables/Panels/WhatsNew.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -1012,43 +1012,43 @@
}
}
},
"What’s New in **CotEditor %@**" : {
"What’s New in CotEditor %@" : {
"comment" : "%@ is version number",
"localizations" : {
"cs" : {
"stringUnit" : {
"state" : "translated",
"value" : "Co je nového v aplikaci **CotEditor %@**"
"value" : "Co je nového v aplikaci CotEditor %@"
}
},
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Neue Funktionen in CotEditor **%@**"
"value" : "Neue Funktionen in CotEditor %@"
}
},
"en-GB" : {
"stringUnit" : {
"state" : "translated",
"value" : "What’s New in **CotEditor %@**"
"value" : "What’s New in CotEditor %@"
}
},
"es" : {
"stringUnit" : {
"state" : "translated",
"value" : "Novedades de **CotEditor %@**"
"value" : "Novedades de CotEditor %@"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Nouveautés de **CotEditor %@**"
"value" : "Nouveautés de CotEditor %@"
}
},
"it" : {
"stringUnit" : {
"state" : "translated",
"value" : "Le novità di **CotEditor %@**"
"value" : "Le novità di CotEditor %@"
}
},
"ja" : {
Expand All @@ -1066,25 +1066,25 @@
"nl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Wat is er nieuw in **CotEditor %@**?"
"value" : "Wat is er nieuw in CotEditor %@?"
}
},
"pl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Nowości w aplikacji **CotEditor %@**"
"value" : "Nowości w aplikacji CotEditor %@"
}
},
"pt" : {
"stringUnit" : {
"state" : "translated",
"value" : "Novidades no **CotEditor %@**"
"value" : "Novidades no CotEditor %@"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
"value" : "**CotEditor %@** sürümünde neler yeni"
"value" : "CotEditor %@ sürümünde neler yeni"
}
},
"zh-Hans" : {
Expand Down
2 changes: 1 addition & 1 deletion CotEditor/Sources/Panels/WhatsNewView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ struct WhatsNewView: View {

VStack(spacing: 16) {
HStack(alignment: .firstTextBaseline) {
Text("What’s New in **CotEditor \(NewFeature.version)**", tableName: "WhatsNew", comment: "%@ is version number")
Text("What’s New in CotEditor \(NewFeature.version)", tableName: "WhatsNew", comment: "%@ is version number")
.font(.title)
.fontWeight(.medium)
.accessibilityAddTraits(.isHeader)
Expand Down

0 comments on commit e4288df

Please sign in to comment.