mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-11-04 23:34:39 +00:00
Remove 'Loading diff...' text
Progress bar should be sufficient. https://bugzilla.gnome.org/show_bug.cgi?id=720736
This commit is contained in:
parent
04dfcd2df0
commit
458b9f17dd
2 changed files with 0 additions and 3 deletions
|
@ -88,7 +88,6 @@ namespace Gitg
|
|||
|
||||
strings.set_string_member("stage", _("stage"));
|
||||
strings.set_string_member("unstage", _("unstage"));
|
||||
strings.set_string_member("loading_diff", _("Loading diff..."));
|
||||
|
||||
o.set_object_member("strings", strings);
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@ var settings = {
|
|||
strings: {
|
||||
stage: 'stage',
|
||||
unstage: 'unstage',
|
||||
loading_diff: 'Loading diff...'
|
||||
},
|
||||
};
|
||||
|
||||
|
@ -162,7 +161,6 @@ function update_diff(id, lsettings)
|
|||
// Show the progress
|
||||
content.html('\
|
||||
<div class="loading">\
|
||||
' + settings.strings.loading_diff + '\
|
||||
<progress value="' + html_builder_tick + '"></progress>\
|
||||
</div>\
|
||||
');
|
||||
|
|
Loading…
Reference in a new issue