Преглед изворни кода

Add description for translateable text

JC Brand пре 6 година
родитељ
комит
2cfea7cb51
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/converse-muc-views.js

+ 1 - 0
src/converse-muc-views.js

@@ -640,6 +640,7 @@ converse.plugins.add('converse-muc-views', {
                 } else if (current_affiliation === 'outcast') {
                     this.showChatEvent(__("%1$s has been banned from this groupchat", occupant.get('nick')))
                 } else if (current_affiliation === 'admin' || current_affiliation == 'owner') {
+                    // For example: AppleJack is now an (admin|owner) of this groupchat
                     this.showChatEvent(__('%1$s is now an %2$s of this groupchat', occupant.get('nick'), current_affiliation))
                 }
             },