projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e90e22
)
fix "upload web-album" window name
author
Guillaume Cottenceau
<gcottenc@gmail.com>
Sun, 11 Jul 2010 12:53:12 +0000
(14:53 +0200)
committer
Guillaume Cottenceau
<gcottenc@gmail.com>
Sun, 11 Jul 2010 12:53:12 +0000
(14:53 +0200)
bin/booh
patch
|
blob
|
history
diff --git
a/bin/booh
b/bin/booh
index
38cbbed
..
7b66e2e
100644
(file)
--- a/
bin/booh
+++ b/
bin/booh
@@
-4301,7
+4301,7
@@
end
def remote_synchronization
- remote_synchro = Gtk::Dialog.new(utf8(_("
Change seek time
")),
+ remote_synchro = Gtk::Dialog.new(utf8(_("
Upload web-album
")),
$main_window,
Gtk::Dialog::MODAL | Gtk::Dialog::DESTROY_WITH_PARENT,
[Gtk::Stock::OK, Gtk::Dialog::RESPONSE_OK])