Skip to content

Commit

Permalink
fix(translation): add context to tracking param string (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
bragefuglseth committed Jul 19, 2024
1 parent 91bca8c commit 91a036e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Dialogs/Composer/EditorPage.vala
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public class Tuba.EditorPage : ComposerPage {
editor.buffer.end_user_action ();

var toast = new Adw.Toast (
// translators: "Stripped" is a past tense verb in this context, not an adjective.
_("Stripped tracking parameters")
) {
timeout = 3,
Expand Down

0 comments on commit 91a036e

Please sign in to comment.