Przeglądaj źródła

review fix

tags/v2.1.0-rc1
Shivaram Lingamneni 4 lat temu
rodzic
commit
178cc0a939
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      irc/histserv.go

+ 1
- 1
irc/histserv.go Wyświetl plik

@@ -145,7 +145,7 @@ func histservExportHandler(server *Server, client *Client, command string, param
145 145
 	if err != nil {
146 146
 		hsNotice(rb, fmt.Sprintf(client.t("Error opening export file: %v"), err))
147 147
 	} else {
148
-		hsNotice(rb, fmt.Sprintf(client.t("Started exporting data for account %s to file %s"), cfAccount, filename))
148
+		hsNotice(rb, fmt.Sprintf(client.t("Started exporting data for account %[1]s to file %[2]s"), cfAccount, filename))
149 149
 	}
150 150
 
151 151
 	go histservExportAndNotify(server, cfAccount, outfile, filename, client.Nick())

Ładowanie…
Anuluj
Zapisz