Skip to content
Snippets Groups Projects

Changed "up-to-date" to "up to date"

Closed Matthias Vogt requested to merge matthias-vogt/pamac:master into master
4 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -114,7 +114,7 @@ const PamacUpdateIndicator = new Lang.Class({
this._updatesChecker = new Pamac.UpdatesChecker();
this._updatesChecker.connect('updates-available', Lang.bind(this, this._onUpdatesAvailable));
this._applyConfig();
this._updateMenuExpander(false, _("Your system is up-to-date"));
this._updateMenuExpander(false, _("Your system is up to date"));
if (FIRST_BOOT && CHECK_INTERVAL > 0) {
// Schedule first check only if this is the first extension load
@@ -207,7 +207,7 @@ const PamacUpdateIndicator = new Lang.Class({
this.label.set_text("");
// Up to date
this.updateIcon.set_icon_name("pamac-tray-no-update");
this._updateMenuExpander(false, _("Your system is up-to-date"));
this._updateMenuExpander(false, _("Your system is up to date"));
UPDATES_LIST = []; // Reset stored list
}
UPDATES_PENDING = updatesCount;
Loading