1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +00:00

Un-localize things like 'IPv4', 'PDF', etc.

This commit is contained in:
dmiller
2023-01-31 23:06:30 +00:00
parent 99b121d0a2
commit 7162b00788
7 changed files with 15 additions and 15 deletions

View File

@@ -250,13 +250,13 @@ class UmitCredits(HIGWindow):
self.notebook.append_page(
self.design_scroll, Gtk.Label.new(_("Design")))
self.notebook.append_page(
self.soc2007_scroll, Gtk.Label.new(_("SoC 2007")))
self.soc2007_scroll, Gtk.Label.new("SoC 2007"))
self.notebook.append_page(
self.contributors_scroll, Gtk.Label.new(_("Contributors")))
self.notebook.append_page(
self.translation_scroll, Gtk.Label.new(_("Translation")))
self.notebook.append_page(
self.nokia_scroll, Gtk.Label.new(_("Maemo")))
self.nokia_scroll, Gtk.Label.new("Maemo"))
self.written_by_scroll.add(self.written_by_text)
self.written_by_text.set_wrap_mode(Gtk.WrapMode.NONE)