Skip to content

Commit

Permalink
Use elipsis instead of three dots (elementary#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjfloss authored and danirabbit committed Sep 18, 2018
1 parent 241c757 commit bdffeb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson/post_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
schemadir = os.path.join(os.environ['MESON_INSTALL_PREFIX'], 'share', 'glib-2.0', 'schemas')

if not os.environ.get('DESTDIR'):
print('Compiling gsettings schemas...')
print('Compiling gsettings schemas')
subprocess.call(['glib-compile-schemas', schemadir])
2 changes: 1 addition & 1 deletion plugins/pastebin/pastebin_dialog.vala
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ namespace Scratch.Dialogs {

format_combo = new Gtk.ComboBoxText ();

var format_button = new Gtk.Button.with_label (_("Others..."));
var format_button = new Gtk.Button.with_label (_("Others"));
format_button.clicked.connect (format_button_clicked);

//populate combo box
Expand Down

0 comments on commit bdffeb5

Please sign in to comment.