Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
d96e3c40 by wurstsalat at 2025-03-03T23:37:17+01:00
imprv: Improve confirmation dialog strings
- - - - -
4 changed files:
- gajim/gtk/application.py
- gajim/gtk/contact_info.py
- gajim/gtk/pep_config.py
- gajim/gtk/proxies.py
Changes:
=====================================
gajim/gtk/application.py
=====================================
@@ -859,7 +859,7 @@ def _remove() -> None:
ConfirmationDialog(
_("Remove Chat History?"),
- _("Do you really want to remove your chat history for this chat?"),
+ _("Do you want to remove all chat history for this chat?"),
[
DialogButton.make("Cancel"),
DialogButton.make("Remove", callback=_remove),
@@ -886,7 +886,7 @@ def _forget():
ConfirmationDialog(
_("Forget this Group Chat?"),
- _("Do you really want to remove this chat including its chat
history?"),
+ _("Do you want to remove this chat including its chat history?"),
[
DialogButton.make("Cancel"),
DialogButton.make("Remove", callback=_forget),
=====================================
gajim/gtk/contact_info.py
=====================================
@@ -466,7 +466,7 @@ def _remove_group():
ConfirmationDialog(
_("Remove Group?"),
- _('Do you really want to remove "%(group)s"?') % {"group": group},
+ _('Do you want to remove "%(group)s"?') % {"group": group},
[
DialogButton.make("Cancel"),
DialogButton.make("Remove", callback=_remove_group),
=====================================
gajim/gtk/pep_config.py
=====================================
@@ -142,7 +142,7 @@ def _delete():
ConfirmationDialog(
_("Delete Node?"),
- _("Do you really want to delete this PEP node?"),
+ _("Do you want to delete this PEP node?"),
[
DialogButton.make("Cancel"),
DialogButton.make("Delete", callback=_delete),
=====================================
gajim/gtk/proxies.py
=====================================
@@ -145,7 +145,7 @@ def _remove():
ConfirmationDialog(
_("Remove Proxy?"),
- _("Do you really want to remove this proxy?"),
+ _("Do you want to remove this proxy?"),
[
DialogButton.make("Cancel"),
DialogButton.make("Remove", callback=_remove),
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/d96e3c40347015f6f627c47f1f6a100fe696ef30
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/d96e3c40347015f6f627c47f1f6a100fe696ef30
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]