Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
e593a231 by wurstsalat at 2026-01-04T11:45:13+01:00
cfix: Shortcuts: Fix typo

- - - - -


1 changed file:

- gajim/gtk/shortcut_manager.py


Changes:

=====================================
gajim/gtk/shortcut_manager.py
=====================================
@@ -560,7 +560,7 @@ def get_for_action(self, action_name: str) -> GajimShortcut:
             action_name="win.input-paste-as-quote",
         ),
         GajimShortcut(
-            label=_("Past as Code Block"),
+            label=_("Paste as Code Block"),
             category="messages",
             accelerators=None,
             action_name="win.input-paste-as-code-block",



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/e593a2313d7fa87e2c67f32efe9f73ce508ca3a3

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/e593a2313d7fa87e2c67f32efe9f73ce508ca3a3
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to