Przeglądaj źródła

replaced "..." with "•••"

Gildas 7 lat temu
rodzic
commit
c67bc0bb95
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      extension/ui/bg/ui-button.js

+ 1 - 1
extension/ui/bg/ui-button.js

@@ -69,7 +69,7 @@ singlefile.ui.button = (() => {
 	};
 
 	function onInitialize(tabId, options, step) {
-		refresh(tabId, getProperties(tabId, options, "...", step == 1 ? DEFAULT_COLOR : [4, 229, 36, 255], "Initializing SingleFile (" + step + "/2)"));
+		refresh(tabId, getProperties(tabId, options, "•••", step == 1 ? DEFAULT_COLOR : [4, 229, 36, 255], "Initializing SingleFile (" + step + "/2)"));
 	}
 
 	function onError(tabId, options) {