eric6/PluginManager/PluginUninstallDialog.py

changeset 7533
88261c96484b
parent 7400
e5d62581d002
child 7780
41420f82c0ac
equal deleted inserted replaced
7532:1358e9d67a1c 7533:88261c96484b
187 187
188 if not self.__external: 188 if not self.__external:
189 ui = e5App().getObject("UserInterface") 189 ui = e5App().getObject("UserInterface")
190 if ui.notificationsEnabled(): 190 if ui.notificationsEnabled():
191 ui.showNotification( 191 ui.showNotification(
192 UI.PixmapCache.getPixmap("plugin48.png"), 192 UI.PixmapCache.getPixmap("plugin48"),
193 self.tr("Plugin Uninstallation"), 193 self.tr("Plugin Uninstallation"),
194 self.tr( 194 self.tr(
195 """<p>The plugin <b>{0}</b> was uninstalled""" 195 """<p>The plugin <b>{0}</b> was uninstalled"""
196 """ successfully from {1}.</p>""") 196 """ successfully from {1}.</p>""")
197 .format(pluginName, pluginDirectory)) 197 .format(pluginName, pluginDirectory))

eric ide

mercurial