mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 08:47:50 -06:00
Clarify replacement key in translated text
This is done as a reaction to translators asking what the brackets mean.
This commit is contained in:
parent
7690dc7bac
commit
23ba40e54f
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ class GlobalStacksModel(ListModel):
|
||||||
section_name = self._catalog.i18nc("@info:title", section_name)
|
section_name = self._catalog.i18nc("@info:title", section_name)
|
||||||
|
|
||||||
default_removal_warning = self._catalog.i18nc(
|
default_removal_warning = self._catalog.i18nc(
|
||||||
"@label ({} is object name)",
|
"@label {0} is the name of a printer that's about to be deleted.",
|
||||||
"Are you sure you wish to remove {}? This cannot be undone!", device_name
|
"Are you sure you wish to remove {0}? This cannot be undone!", device_name
|
||||||
)
|
)
|
||||||
removal_warning = container_stack.getMetaDataEntry("removal_warning", default_removal_warning)
|
removal_warning = container_stack.getMetaDataEntry("removal_warning", default_removal_warning)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue