mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-19 08:52:15 +01:00
Fix UpdateNotification string for boards+libraries
This commit is contained in:
parent
140f8e345c
commit
a7400216ee
@ -117,7 +117,7 @@ public class ContributionsSelfCheck extends TimerTask implements NotificationPop
|
||||
} else if (!updatableLibraries && updatablePlatforms) {
|
||||
text = I18n.format(tr("Updates available for some of your {0}boards{1}"), openAnchorBoards, closeAnchorBoards);
|
||||
} else {
|
||||
text = I18n.format(tr("Updates available for some of your {0}libraries{1} and {2}libraries{3}"), openAnchorBoards, closeAnchorBoards, openAnchorLibraries, closeAnchorLibraries);
|
||||
text = I18n.format(tr("Updates available for some of your {0}boards{1} and {2}libraries{3}"), openAnchorBoards, closeAnchorBoards, openAnchorLibraries, closeAnchorLibraries);
|
||||
}
|
||||
|
||||
if (cancelled) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user