File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -459,7 +459,7 @@ protected void updateContributionListing() {
459459
460460
461461 protected void downloadAndUpdateContributionListing () {
462- status .setMessage ("Downloading contribution list..." );
462+ status .setMessage (Language . text ( "contrib.status.downloading_list" ) );
463463 retryConnectingButton .setEnabled (false );
464464 contribListing .downloadAvailableList (new ProgressMonitor () {
465465
@@ -481,7 +481,7 @@ public void finished() {
481481 retryConnectingButton .setVisible (true );
482482 }
483483 else {
484- status .setMessage ("Done." );
484+ status .setMessage (Language . text ( "contrib.status.done" ) );
485485 retryConnectingButton .setVisible (false );
486486 }
487487 }
Original file line number Diff line number Diff line change @@ -292,6 +292,8 @@ contrib.errors.update_on_restart_failed = Update on restart of %s failed.
292292contrib.errors.temporary_directory = Could not write to temporary directory.
293293contrib.errors.contrib_download.timeout = Connection timed out while downloading %s.
294294contrib.errors.no_internet_connection = You don't seem to be connected to the Internet.
295+ contrib.status.downloading_list = Downloading contribution list...
296+ contrib.status.done = Done.
295297contrib.all = All
296298contrib.undo = Undo
297299contrib.remove = Remove
Original file line number Diff line number Diff line change @@ -291,6 +291,8 @@ contrib.errors.install_failed = La instalación falló.
291291contrib.errors.update_on_restart_failed = La actualización al reiniciar de %s falló.
292292contrib.errors.temporary_directory = No se pudo escribir al directorio temporal.
293293contrib.errors.contrib_download.timeout = El tiempo de conexión expiró al intentar descargar %s.
294+ contrib.status.downloading_list = Descargando la lista de contribuciones...
295+ contrib.status.done = Listo.
294296contrib.all = All
295297contrib.undo = Deshacer
296298contrib.remove = Eliminar
You can’t perform that action at this time.
0 commit comments