Remove 'Loading diff...' text

Progress bar should be sufficient.

https://bugzilla.gnome.org/show_bug.cgi?id=720736
This commit is contained in:
Techlive Zheng 2013-12-25 11:40:54 +08:00
parent 04dfcd2df0
commit 458b9f17dd
2 changed files with 0 additions and 3 deletions

View file

@ -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);

View file

@ -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>\
');