about summary refs log tree commit diff
path: root/pkgs/applications/misc/translatelocally/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/translatelocally/default.nix')
-rw-r--r--pkgs/applications/misc/translatelocally/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/translatelocally/default.nix b/pkgs/applications/misc/translatelocally/default.nix
index 1ce54adedc84c..c4fd6378ccefe 100644
--- a/pkgs/applications/misc/translatelocally/default.nix
+++ b/pkgs/applications/misc/translatelocally/default.nix
@@ -70,7 +70,7 @@ in stdenv.mkDerivation (finalAttrs: {
   meta = with lib; {
     mainProgram = "translateLocally";
     homepage = "https://translatelocally.com/";
-    description = "Fast and secure translation on your local machine, powered by marian and Bergamot.";
+    description = "Fast and secure translation on your local machine, powered by marian and Bergamot";
     license = licenses.mit;
     maintainers = with maintainers; [ pacien ];
     platforms = platforms.linux;