focus on your browsing
browser web-browser

utilize correct typography from the gnome human interface guidelines

woof.monster 9237dd36 164ec2b7

verified
+17 -18
+2 -3
OuchBrowser/Gettext/Template.pot
··· 1 - 2 1 msgid "" 3 2 msgstr "" 4 3 "Project-Id-Version: devel\n" ··· 67 66 msgstr "" 68 67 69 68 #: OuchBrowser/UI/Builder/Window.blp:271 70 - msgid "New..." 69 + msgid "New…" 71 70 msgstr "" 72 71 73 72 #: OuchBrowser/UI/Builder/Window.blp:299 ··· 75 74 msgstr "" 76 75 77 76 #: OuchBrowser/UI/Builder/Window.blp:374 78 - msgid "Search or enter URL..." 77 + msgid "Search or enter URL…" 79 78 msgstr "" 80 79 81 80 #: OuchBrowser/UI/Builder/Window.blp:434
+2 -2
OuchBrowser/Gettext/eo.po
··· 63 63 msgstr "" 64 64 65 65 #: OuchBrowser/UI/Builder/Window.blp:271 66 - msgid "New..." 66 + msgid "New…" 67 67 msgstr "" 68 68 69 69 #: OuchBrowser/UI/Builder/Window.blp:299 ··· 71 71 msgstr "" 72 72 73 73 #: OuchBrowser/UI/Builder/Window.blp:374 74 - msgid "Search or enter URL..." 74 + msgid "Search or enter URL…" 75 75 msgstr "" 76 76 77 77 #: OuchBrowser/UI/Builder/Window.blp:434
+2 -2
OuchBrowser/Gettext/fr.po
··· 63 63 msgstr "" 64 64 65 65 #: OuchBrowser/UI/Builder/Window.blp:271 66 - msgid "New..." 66 + msgid "New…" 67 67 msgstr "" 68 68 69 69 #: OuchBrowser/UI/Builder/Window.blp:299 ··· 71 71 msgstr "" 72 72 73 73 #: OuchBrowser/UI/Builder/Window.blp:374 74 - msgid "Search or enter URL..." 74 + msgid "Search or enter URL…" 75 75 msgstr "" 76 76 77 77 #: OuchBrowser/UI/Builder/Window.blp:434
+2 -2
OuchBrowser/Gettext/nb_NO.po
··· 65 65 msgstr "Arkiv" 66 66 67 67 #: OuchBrowser/UI/Builder/Window.blp:271 68 - msgid "New..." 68 + msgid "New…" 69 69 msgstr "Ny …" 70 70 71 71 #: OuchBrowser/UI/Builder/Window.blp:299 ··· 73 73 msgstr "" 74 74 75 75 #: OuchBrowser/UI/Builder/Window.blp:374 76 - msgid "Search or enter URL..." 76 + msgid "Search or enter URL…" 77 77 msgstr "" 78 78 79 79 #: OuchBrowser/UI/Builder/Window.blp:434
+2 -2
OuchBrowser/Gettext/pt.po
··· 66 66 msgstr "Arquivo" 67 67 68 68 #: OuchBrowser/UI/Builder/Window.blp:271 69 - msgid "New..." 69 + msgid "New…" 70 70 msgstr "Novo…" 71 71 72 72 #: OuchBrowser/UI/Builder/Window.blp:299 ··· 74 74 msgstr "" 75 75 76 76 #: OuchBrowser/UI/Builder/Window.blp:374 77 - msgid "Search or enter URL..." 77 + msgid "Search or enter URL…" 78 78 msgstr "" 79 79 80 80 #: OuchBrowser/UI/Builder/Window.blp:434
+2 -2
OuchBrowser/Gettext/pt_BR.po
··· 66 66 msgstr "Arquivar" 67 67 68 68 #: OuchBrowser/UI/Builder/Window.blp:271 69 - msgid "New..." 69 + msgid "New…" 70 70 msgstr "Novo…" 71 71 72 72 #: OuchBrowser/UI/Builder/Window.blp:299 ··· 74 74 msgstr "" 75 75 76 76 #: OuchBrowser/UI/Builder/Window.blp:374 77 - msgid "Search or enter URL..." 77 + msgid "Search or enter URL…" 78 78 msgstr "" 79 79 80 80 #: OuchBrowser/UI/Builder/Window.blp:434
+2 -2
OuchBrowser/Gettext/ta.po
··· 63 63 msgstr "" 64 64 65 65 #: OuchBrowser/UI/Builder/Window.blp:271 66 - msgid "New..." 66 + msgid "New…" 67 67 msgstr "" 68 68 69 69 #: OuchBrowser/UI/Builder/Window.blp:299 ··· 71 71 msgstr "" 72 72 73 73 #: OuchBrowser/UI/Builder/Window.blp:374 74 - msgid "Search or enter URL..." 74 + msgid "Search or enter URL…" 75 75 msgstr "" 76 76 77 77 #: OuchBrowser/UI/Builder/Window.blp:434
+1 -1
OuchBrowser/Metadata/site.srht.shrimple.OuchBrowser.metainfo.xml
··· 45 45 </keywords> 46 46 <update_contact>mdwalters.pm@proton.me</update_contact> 47 47 <description> 48 - <p>Ouch Browser isn't just another web browser, it's a whole new look on the web, with a modern look and feel, and a emphasis on productivity.</p> 48 + <p>Ouch Browser isn’t just another web browser, it’s a whole new look on the web, with a modern look and feel, and a emphasis on productivity.</p> 49 49 <p>NOTE: This is the C# rewrite, which is constantly evolving, and may be less stable than the original codebase.</p> 50 50 </description> 51 51 <provides>
+2 -2
OuchBrowser/UI/Builder/Window.blp
··· 266 266 }; */ 267 267 end-widget: MenuButton { 268 268 icon-name: "tab-new-symbolic"; 269 - tooltip-text: _("New..."); 269 + tooltip-text: _("New…"); 270 270 margin-end: 10; 271 271 menu-model: new_menu; 272 272 ··· 370 370 Entry url_entry { 371 371 input-purpose: url; 372 372 hexpand: true; 373 - placeholder-text: _("Search or enter URL..."); 373 + placeholder-text: _("Search or enter URL…"); 374 374 receives-default: true; 375 375 width-request: 500; 376 376