This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
Tweak "Update all" label
tags/v1.0.0
Andrew Belt
5 years ago
parent
68fbec5d6c
commit
bdcefe94a8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/app/MenuBar.cpp
+ 1
- 1
src/app/MenuBar.cpp
View File
@@ -505,7 +505,7 @@ struct SyncItem : ui::MenuItem {
text = "Updating...";
}
else if (!plugin::hasUpdates()) {
text = "
No updates
";
text = "
Up-to-date
";
}
else {
text = "Update all";
Write
Preview
Loading…
Cancel
Save