set_location. translation

This commit is contained in:
Denis Fomin
2010-09-30 16:37:30 +04:00
parent 884bc28407
commit 4b52359b0b
5 changed files with 122 additions and 47 deletions

View File

@@ -129,9 +129,9 @@ class SetLocationPluginConfigDialog(GajimPluginConfigDialog):
self.path_to_image, 16, 16)
self.osm.connect('button_release_event', self.map_clicked)
vbox.pack_start(self.osm, expand=True, fill=True, padding=6)
label = gtk.Label(
label = gtk.Label(_(
'Click the right mouse button to specify the location, \n'\
'middle mouse button to show / hide the contacts on the map')
'middle mouse button to show / hide the contacts on the map'))
vbox.pack_start(label, expand=False, fill=False, padding=6)
self.is_active = True
self.images = []