diff --git a/README.md b/README.md index 33527a9..3845e71 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Translation status - - CI status + + CI status

@@ -43,13 +43,13 @@ The main features of Delineate include the following: GNOME Builder is the environment used for developing this application. It can use Flatpak manifests to create a consistent building and running environment cross-distro. Thus, it is highly recommended you use it. 1. Download [GNOME Builder](https://flathub.org/apps/details/org.gnome.Builder). -2. In Builder, click the "Clone Repository" button at the bottom, using `https://github.com/SeaDve/delineate.git` as the URL. +2. In Builder, click the "Clone Repository" button at the bottom, using `https://github.com/SeaDve/Delineate.git` as the URL. 3. Click the build button at the top once the project is loaded. ### Meson ``` -git clone https://github.com/SeaDve/delineate.git -cd delineate +git clone https://github.com/SeaDve/Delineate.git +cd Delineate meson _build --prefix=/usr/local ninja -C _build install ``` @@ -81,6 +81,6 @@ for making Delineate possible. I'd also acknowledge GNOME Text Editor as the session and document architecture is heavily inspired by it, and also Brage Fuglseth for the name and icon design. -Finally, I would like to thank the [contributors](https://github.com/SeaDve/delineate/graphs/contributors) +Finally, I would like to thank the [contributors](https://github.com/SeaDve/Delineate/graphs/contributors) and [translators](https://hosted.weblate.org/engage/seadve/) of the project for helping Delineate to grow and improve. diff --git a/data/io.github.seadve.Delineate.metainfo.xml.in.in b/data/io.github.seadve.Delineate.metainfo.xml.in.in index 49ab97a..8beff48 100644 --- a/data/io.github.seadve.Delineate.metainfo.xml.in.in +++ b/data/io.github.seadve.Delineate.metainfo.xml.in.in @@ -20,10 +20,10 @@ https://gitlab.gnome.org/bilelmoussaoui/delineate/raw/master/data/resources/screenshots/screenshot1.png - https://github.com/SeaDve/delineate - https://github.com/SeaDve/delineate/issues + https://github.com/SeaDve/Delineate + https://github.com/SeaDve/Delineate/issues https://hosted.weblate.org/projects/kooha/delineate - https://github.com/SeaDve/delineate + https://github.com/SeaDve/Delineate https://seadve.github.io/donate diff --git a/src/about.rs b/src/about.rs index ad6f458..d5daebb 100644 --- a/src/about.rs +++ b/src/about.rs @@ -21,8 +21,8 @@ pub fn present_window(transient_for: Option<&impl IsA>) { .artists(["Brage Fuglseth https://bragefuglseth.dev"]) // Translators: Replace "translator-credits" with your names. Put a comma between. .translator_credits(gettext("translator-credits")) - .issue_url("https://github.com/SeaDve/delineate/issues") - .support_url("https://github.com/SeaDve/delineate/discussions") + .issue_url("https://github.com/SeaDve/Delineate/issues") + .support_url("https://github.com/SeaDve/Delineate/discussions") .debug_info(debug_info()) .debug_info_filename("delineate-debug-info") .build(); @@ -32,7 +32,7 @@ pub fn present_window(transient_for: Option<&impl IsA>) { &gettext("Donate (Buy Me a Coffee)"), "https://www.buymeacoffee.com/seadve", ); - win.add_link(&gettext("GitHub"), "https://github.com/SeaDve/delineate"); + win.add_link(&gettext("GitHub"), "https://github.com/SeaDve/Delineate"); win.add_link( &gettext("Translate"), "https://hosted.weblate.org/projects/seadve/delineate",