From bdcefe94a8ab3690f94e0412e0a120b816474d4c Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 11 Jun 2019 12:41:29 -0400 Subject: [PATCH] Tweak "Update all" label --- src/app/MenuBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/MenuBar.cpp b/src/app/MenuBar.cpp index beda3518..849f07d1 100644 --- a/src/app/MenuBar.cpp +++ b/src/app/MenuBar.cpp @@ -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";