mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Fix "copeid" typo
This commit is contained in:
@@ -257,7 +257,7 @@ class PropertiesPage(Adw.NavigationPage):
|
||||
|
||||
def copy_handler(self, row):
|
||||
HostInfo.clipboard.set(row.get_subtitle())
|
||||
self.toast_overlay.add_toast(Adw.Toast(title=_("Copeid {}").format(row.get_title())))
|
||||
self.toast_overlay.add_toast(Adw.Toast(title=_("Copied {}").format(row.get_title())))
|
||||
|
||||
def change_version_handler(self, row):
|
||||
page = ChangeVersionPage(self.main_window, self.package)
|
||||
|
||||
Reference in New Issue
Block a user