mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Add context for 'Browse plugins' translated text
So that the translator knows what sort of text this is. It's the menu item in the application menu. Contributes to issue CURA-4113.
This commit is contained in:
parent
3316f3aa13
commit
6349f1b5e6
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ i18n_catalog = i18nCatalog("cura")
|
|||
class PluginBrowser(QObject, Extension):
|
||||
def __init__(self, parent = None):
|
||||
super().__init__(parent)
|
||||
self.addMenuItem(i18n_catalog.i18n("Browse plugins"), self.browsePlugins)
|
||||
self.addMenuItem(i18n_catalog.i18nc("@menuitem", "Browse plugins"), self.browsePlugins)
|
||||
self._api_version = 1
|
||||
self._api_url = "http://software.ultimaker.com/cura/v%s/" % self._api_version
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue