diff --git a/data/meson.build b/data/meson.build index f0a277c..dfbeec1 100644 --- a/data/meson.build +++ b/data/meson.build @@ -113,7 +113,7 @@ endif # Sounds (fallback for systems without telephony events in sound theme) install_data( - 'sounds/phone-outgoing-calling.oga', - 'sounds/phone-outgoing-busy.oga', + 'sounds/phone-outgoing-calling-fr.oga', + 'sounds/phone-outgoing-busy-fr.oga', install_dir: join_paths(datadir, calls_name, 'sounds'), ) diff --git a/data/sounds/phone-outgoing-busy.oga b/data/sounds/phone-outgoing-busy-fr.oga similarity index 100% rename from data/sounds/phone-outgoing-busy.oga rename to data/sounds/phone-outgoing-busy-fr.oga diff --git a/data/sounds/phone-outgoing-calling.oga b/data/sounds/phone-outgoing-calling-fr.oga similarity index 100% rename from data/sounds/phone-outgoing-calling.oga rename to data/sounds/phone-outgoing-calling-fr.oga diff --git a/src/calls-media-playback.c b/src/calls-media-playback.c index b257a60..e44fc14 100644 --- a/src/calls-media-playback.c +++ b/src/calls-media-playback.c @@ -104,10 +104,10 @@ playback_event_to_filename (PlaybackEvent event) { switch (event) { case PLAYBACK_CALLING: - return CALLS_SOUNDS_DIR "/phone-outgoing-calling.oga"; + return CALLS_SOUNDS_DIR "/phone-outgoing-calling-fr.oga"; case PLAYBACK_BUSY: - return CALLS_SOUNDS_DIR "/phone-outgoing-busy.oga"; + return CALLS_SOUNDS_DIR "/phone-outgoing-busy-fr.oga"; case PLAYBACK_LAST: default: