From a1cdde209b23f29a292462a400cbb6d331cd3e88 Mon Sep 17 00:00:00 2001 From: dcsjapan Date: Wed, 21 Oct 2015 19:06:49 +0900 Subject: [PATCH] Fix key names in Lock - Fixes several key name errors in PR #17. - Adds missing comment for `post_stream`. --- extensions/lang-english/locale/flarum-lock.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/extensions/lang-english/locale/flarum-lock.yml b/extensions/lang-english/locale/flarum-lock.yml index ac4876075..c45bd133e 100644 --- a/extensions/lang-english/locale/flarum-lock.yml +++ b/extensions/lang-english/locale/flarum-lock.yml @@ -20,16 +20,17 @@ flarum-lock: # These strings are used by the discussion control buttons. discussion_controls: - lock: Lock - unlock: Unlock + lock_button: Lock + unlock_button: Unlock # These strings are used by the Notifications dropdown, a.k.a. "the bell". notifications: - discussion_locked_notification: "{username} locked" + discussion_locked_text: "{username} locked" + # These strings are displayed between posts in the post stream. post_stream: - discussion_locked_post: "{username} locked the discussion." - discussion_unlocked_post: "{username} unlocked the discussion." + discussion_locked_text: "{username} locked the discussion." + discussion_unlocked_text: "{username} unlocked the discussion." # These strings are used in the Settings page. settings: