Fix string context entry
Forgot to remove the context string from the actual string.
This commit is contained in:
parent
fe35ea3764
commit
2cb950b6d8
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@
|
||||||
"Your comment": "Your comment",
|
"Your comment": "Your comment",
|
||||||
"Post --[button to submit something]--": "Post",
|
"Post --[button to submit something]--": "Post",
|
||||||
"Post --[noun, markdown post tab button]--": "Post",
|
"Post --[noun, markdown post tab button]--": "Post",
|
||||||
"Livestream --[noun, livestream tab button]--": "Livestream --[noun, livestream tab button]--",
|
"Livestream --[noun, livestream tab button]--": "Livestream",
|
||||||
"Posting...": "Posting...",
|
"Posting...": "Posting...",
|
||||||
"Incompatible daemon": "Incompatible daemon",
|
"Incompatible daemon": "Incompatible daemon",
|
||||||
"Incompatible daemon running": "Incompatible daemon running",
|
"Incompatible daemon running": "Incompatible daemon running",
|
||||||
|
|
Loading…
Reference in a new issue