diff --git a/LIBCWTCH-GO.version b/LIBCWTCH-GO.version index 3fe724f0..ccabd97d 100644 --- a/LIBCWTCH-GO.version +++ b/LIBCWTCH-GO.version @@ -1 +1 @@ -v1.3.1-25-g4adb501-2021-11-04-04-20 \ No newline at end of file +v1.3.1-31-g706be7f-2021-11-04-22-49 \ No newline at end of file diff --git a/lib/widgets/filebubble.dart b/lib/widgets/filebubble.dart index a0052919..33fa503e 100644 --- a/lib/widgets/filebubble.dart +++ b/lib/widgets/filebubble.dart @@ -96,7 +96,7 @@ class FileBubbleState extends State { var path = Provider.of(context).downloadFinalPath(widget.fileKey()) ?? ""; wdgDecorations = Column( crossAxisAlignment: CrossAxisAlignment.start, - children:[Text(AppLocalizations.of(context)!.fileInterrupted + ': ' + path + '\u202F'),ElevatedButton(onPressed: _btnResume, child: Text('Verify/resume'))] + children:[Text(AppLocalizations.of(context)!.fileInterrupted + ': ' + path + '\u202F'),ElevatedButton(onPressed: _btnResume, child: Text(AppLocalizations.of(context)!.verfiyResumeButton))] ); } } else {