Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2016-11-01 15:39:06 +0300
committerGhostkeeper <rubend@tutanota.com>2016-11-01 15:39:06 +0300
commitbb32fcf0e9701c8fcc0445e6305b1b137abc3312 (patch)
treec167d5a5e3014a9cb31eef89a77d80124081b13a /plugins/RemovableDriveOutputDevice
parent073c2192334ee359669d841936dabacf6cde6b67 (diff)
Add context to 'ready to' buttons
This should make translating easier.
Diffstat (limited to 'plugins/RemovableDriveOutputDevice')
-rw-r--r--plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py b/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py
index 61f3bdb3be..3fdd6b3e3e 100644
--- a/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py
+++ b/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py
@@ -20,7 +20,7 @@ class RemovableDriveOutputDevice(OutputDevice):
super().__init__(device_id)
self.setName(device_name)
- self.setShortDescription(catalog.i18nc("@action:button", "Save to Removable Drive"))
+ self.setShortDescription(catalog.i18nc("@action:button Preceded by 'Ready to'.", "Save to Removable Drive"))
self.setDescription(catalog.i18nc("@item:inlistbox", "Save to Removable Drive {0}").format(device_name))
self.setIconName("save_sd")
self.setPriority(1)