changed the translation context once again
svn path=/trunk/; revision=26202
This commit is contained in:
@ -1103,7 +1103,7 @@ build_searchbar (void)
|
||||
G_CALLBACK (search_entry_key_press),
|
||||
NULL);
|
||||
|
||||
button = gtk_button_new_with_mnemonic (C_("match", "_Previous"));
|
||||
button = gtk_button_new_with_mnemonic (C_("search", "_Previous"));
|
||||
gtk_button_set_relief (GTK_BUTTON (button), GTK_RELIEF_NONE);
|
||||
gtk_button_set_image (GTK_BUTTON (button),
|
||||
gtk_image_new_from_stock (GTK_STOCK_GO_BACK,
|
||||
@ -1115,7 +1115,7 @@ build_searchbar (void)
|
||||
G_CALLBACK (search_prev_clicked),
|
||||
entry);
|
||||
|
||||
button = gtk_button_new_with_mnemonic (C_("match", "_Next"));
|
||||
button = gtk_button_new_with_mnemonic (C_("search", "_Next"));
|
||||
gtk_button_set_relief (GTK_BUTTON (button), GTK_RELIEF_NONE);
|
||||
gtk_button_set_image (GTK_BUTTON (button),
|
||||
gtk_image_new_from_stock (GTK_STOCK_GO_FORWARD,
|
||||
|
Reference in New Issue
Block a user