Skip to content

Commit a0241e0

Browse files
committed
msglist: Say "Quote message" for the quote-and-reply button, following web
Thanks Alya for pointing this out: https://chat.zulip.org/#narrow/channel/48-mobile/topic/quote.20and.20reply.20-.3E.20quote.20message/near/2193484
1 parent a3313ec commit a0241e0

15 files changed

+19
-25
lines changed

assets/l10n/app_en.arb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@
140140
"@actionSheetOptionShare": {
141141
"description": "Label for share button on action sheet."
142142
},
143-
"actionSheetOptionQuoteAndReply": "Quote and reply",
144-
"@actionSheetOptionQuoteAndReply": {
145-
"description": "Label for Quote and reply button on action sheet."
143+
"actionSheetOptionQuoteMessage": "Quote message",
144+
"@actionSheetOptionQuoteMessage": {
145+
"description": "Label for the 'Quote message' button in the message action sheet."
146146
},
147147
"actionSheetOptionStarMessage": "Star message",
148148
"@actionSheetOptionStarMessage": {

lib/generated/l10n/zulip_localizations.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,11 +339,11 @@ abstract class ZulipLocalizations {
339339
/// **'Share'**
340340
String get actionSheetOptionShare;
341341

342-
/// Label for Quote and reply button on action sheet.
342+
/// Label for the 'Quote message' button in the message action sheet.
343343
///
344344
/// In en, this message translates to:
345-
/// **'Quote and reply'**
346-
String get actionSheetOptionQuoteAndReply;
345+
/// **'Quote message'**
346+
String get actionSheetOptionQuoteMessage;
347347

348348
/// Label for star button on action sheet.
349349
///

lib/generated/l10n/zulip_localizations_ar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class ZulipLocalizationsAr extends ZulipLocalizations {
120120
String get actionSheetOptionShare => 'Share';
121121

122122
@override
123-
String get actionSheetOptionQuoteAndReply => 'Quote and reply';
123+
String get actionSheetOptionQuoteMessage => 'Quote message';
124124

125125
@override
126126
String get actionSheetOptionStarMessage => 'Star message';

lib/generated/l10n/zulip_localizations_de.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class ZulipLocalizationsDe extends ZulipLocalizations {
120120
String get actionSheetOptionShare => 'Share';
121121

122122
@override
123-
String get actionSheetOptionQuoteAndReply => 'Quote and reply';
123+
String get actionSheetOptionQuoteMessage => 'Quote message';
124124

125125
@override
126126
String get actionSheetOptionStarMessage => 'Star message';

lib/generated/l10n/zulip_localizations_en.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class ZulipLocalizationsEn extends ZulipLocalizations {
120120
String get actionSheetOptionShare => 'Share';
121121

122122
@override
123-
String get actionSheetOptionQuoteAndReply => 'Quote and reply';
123+
String get actionSheetOptionQuoteMessage => 'Quote message';
124124

125125
@override
126126
String get actionSheetOptionStarMessage => 'Star message';

lib/generated/l10n/zulip_localizations_it.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class ZulipLocalizationsIt extends ZulipLocalizations {
120120
String get actionSheetOptionShare => 'Share';
121121

122122
@override
123-
String get actionSheetOptionQuoteAndReply => 'Quote and reply';
123+
String get actionSheetOptionQuoteMessage => 'Quote message';
124124

125125
@override
126126
String get actionSheetOptionStarMessage => 'Star message';

lib/generated/l10n/zulip_localizations_ja.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class ZulipLocalizationsJa extends ZulipLocalizations {
120120
String get actionSheetOptionShare => 'Share';
121121

122122
@override
123-
String get actionSheetOptionQuoteAndReply => 'Quote and reply';
123+
String get actionSheetOptionQuoteMessage => 'Quote message';
124124

125125
@override
126126
String get actionSheetOptionStarMessage => 'Star message';

lib/generated/l10n/zulip_localizations_nb.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class ZulipLocalizationsNb extends ZulipLocalizations {
120120
String get actionSheetOptionShare => 'Share';
121121

122122
@override
123-
String get actionSheetOptionQuoteAndReply => 'Quote and reply';
123+
String get actionSheetOptionQuoteMessage => 'Quote message';
124124

125125
@override
126126
String get actionSheetOptionStarMessage => 'Star message';

lib/generated/l10n/zulip_localizations_pl.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class ZulipLocalizationsPl extends ZulipLocalizations {
126126
String get actionSheetOptionShare => 'Udostępnij';
127127

128128
@override
129-
String get actionSheetOptionQuoteAndReply => 'Odpowiedz cytując';
129+
String get actionSheetOptionQuoteMessage => 'Quote message';
130130

131131
@override
132132
String get actionSheetOptionStarMessage => 'Oznacz gwiazdką';

lib/generated/l10n/zulip_localizations_ru.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class ZulipLocalizationsRu extends ZulipLocalizations {
126126
String get actionSheetOptionShare => 'Поделиться';
127127

128128
@override
129-
String get actionSheetOptionQuoteAndReply => 'Ответить с цитированием';
129+
String get actionSheetOptionQuoteMessage => 'Quote message';
130130

131131
@override
132132
String get actionSheetOptionStarMessage => 'Отметить сообщение';

0 commit comments

Comments
 (0)