better message

This commit is contained in:
ThomasV 2016-02-22 10:53:08 +01:00
parent 75db90ffa5
commit 461a5960e1
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ Builder.load_string('''
SettingsItem:
status: 'ON' if bool(app.plugins.get('labels')) else 'OFF'
title: _('Labels Sync') + ': ' + self.status
description: "Synchronize labels."
description: _("Save and synchronize your labels.")
action: partial(root.plugin_dialog, 'labels', self)
SettingsItem:
status: root.coinselect_status()